Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
package upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-barry-gmo committed Mar 28, 2018
1 parent ad1599f commit 46afaed
Show file tree
Hide file tree
Showing 7 changed files with 2,588 additions and 1,187 deletions.
4 changes: 2 additions & 2 deletions Tasks/common/GitRefCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export abstract class GitRefCreator {
let authHandler = vsts.getPersonalAccessTokenHandler(token);
let connect = new vsts.WebApi(collectionUrl, authHandler);

let gitapi: git.IGitApi = connect.getGitApi();
let bldapi: bld.IBuildApi = connect.getBuildApi();
let gitapi: git.IGitApi = await connect.getGitApi();
let bldapi: bld.IBuildApi = await connect.getBuildApi();

let artifactData: IArtifactData[] = await this.getAllGitArtifacts(bldapi, gitapi);

Expand Down
102 changes: 102 additions & 0 deletions Tasks/git-branch-on-release-task/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tasks/git-branch-on-release-task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"vso-node-api": "^6.2.8-preview",
"vsts-task-lib": "^2.1.0"
"vso-node-api": "^6.3.2",
"vsts-task-lib": "^2.3.0"
}
}
102 changes: 102 additions & 0 deletions Tasks/git-tag-on-release-task/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tasks/git-tag-on-release-task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"vso-node-api": "^6.2.8-preview",
"vsts-task-lib": "^2.1.0"
"vso-node-api": "^6.3.2",
"vsts-task-lib": "^2.3.0"
}
}
Loading

0 comments on commit 46afaed

Please sign in to comment.