You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -83,7 +83,7 @@ import * as bi from 'azure-devops-node-api/interfaces/BuildInterfaces';
83
83
84
84
asyncfunctionrun() {
85
85
let project: string ='myProject';
86
-
let defs:bi.DefinitionReference[] =awaitvstsBuild.getDefinitions(project);
86
+
let defs:bi.DefinitionReference[] =awaitbuild.getDefinitions(project);
87
87
88
88
defs.forEach((defRef:bi.DefinitionReference) => {
89
89
console.log(defRef.name+' ('+defRef.id+')');
@@ -95,7 +95,7 @@ run();
95
95
96
96
## APIs
97
97
98
-
To see what APIs are available, see the appropriate client interface. For example, [GitApi.ts](https://github.com/Microsoft/vsts-node-api/blob/master/api/GitApi.ts)
98
+
To see what APIs are available, see the appropriate client interface. For example, [GitApi.ts](https://github.com/Microsoft/azure-pipelines-node-api/blob/master/api/GitApi.ts)
0 commit comments