fixed Azure DevOps pipeline for build definition annotation

Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
This commit is contained in:
Deepankumar Loganathan
2024-04-04 11:03:59 +02:00
parent 23f9a92c3b
commit 4d895b36a9
2 changed files with 6 additions and 0 deletions
@@ -166,6 +166,7 @@ export class AzureDevOpsClient implements AzureDevOpsApi {
if (options?.top) {
queryString.set('top', options.top.toString());
}
queryString.append('entityRef', entityRef);
const urlSegment = `builds/${encodeURIComponent(
projectName,
)}?${queryString}`;