Skip to content

Commit

Permalink
Merge pull request #10693 from microsoft/users/shbhawsi/bumpnugetpush…
Browse files Browse the repository at this point in the history
…toolversion

Bumping the push tool version
  • Loading branch information
shubham90 authored Jun 19, 2019
2 parents e860197 + 6da4b32 commit 9ee017d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Tasks/NuGetCommandV2/Common/VstsNuGetPushToolUtilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as path from "path";
import * as commandHelper from "packaging-common/nuget/CommandHelper";

export function getBundledVstsNuGetPushLocation(): string {
const vstsNuGetPushPaths: string[] = ["VstsNuGetPush/0.17.0/tools"];
const vstsNuGetPushPaths: string[] = ["VstsNuGetPush/0.19.0/tools"];

const toolPath = commandHelper.locateTool("VstsNuGetPush",
<commandHelper.LocateOptions>{
Expand Down
4 changes: 2 additions & 2 deletions Tasks/NuGetCommandV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"externals": {
"archivePackages": [
{
"url": "https://vstsagenttools.blob.core.windows.net/tools/VstsNuGetPush/0.17.0/microsoft.visualstudio.services.packaging.nuget.pushtool.0.17.0.zip",
"dest": "./VstsNuGetPush/0.17.0/"
"url": "https://vstsagenttools.blob.core.windows.net/tools/VstsNuGetPush/0.19.0/microsoft.visualstudio.services.packaging.nuget.pushtool.0.19.0.zip",
"dest": "./VstsNuGetPush/0.19.0/"
},
{
"url": "https://vstsagenttools.blob.core.windows.net/tools/VstsNuGetPush/0.13.0/microsoft.visualstudio.services.packaging.nuget.pushtool.0.13.0.zip",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/NuGetCommandV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 2,
"Minor": 154,
"Patch": 4
"Patch": 5
},
"runsOn": [
"Agent",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/NuGetCommandV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 2,
"Minor": 154,
"Patch": 4
"Patch": 5
},
"runsOn": [
"Agent",
Expand Down

0 comments on commit 9ee017d

Please sign in to comment.