fixed Azure DevOps pipeline for build definition annotation
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
This commit is contained in:
@@ -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}`;
|
||||
|
||||
Reference in New Issue
Block a user