Skip to content

Commit 6f232ad

Browse files
authored
NuGetCommandV2 add 4.9.6 nuget.exe (#18012)
1 parent dfb32a3 commit 6f232ad

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Tasks/NuGetCommandV2/make.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGet/4.1.0/NuGet.zip",
2828
"dest": "./NuGet/4.1.0/"
2929
},
30+
{
31+
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGet/4.9.6/NuGet.zip",
32+
"dest": "./NuGet/4.9.6/"
33+
},
3034
{
3135
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGet/5.4.0/NuGet.zip",
3236
"dest": "./NuGet/5.4.0/"

Tasks/NuGetCommandV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": {
1111
"Major": 2,
1212
"Minor": 219,
13-
"Patch": 0
13+
"Patch": 1
1414
},
1515
"runsOn": [
1616
"Agent",

Tasks/NuGetCommandV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": {
1111
"Major": 2,
1212
"Minor": 219,
13-
"Patch": 0
13+
"Patch": 1
1414
},
1515
"runsOn": [
1616
"Agent",

0 commit comments

Comments
 (0)