Skip to content

Commit b165242

Browse files
authored
Add MSBuild 18 Support for NuGetCommandV2 task (#21501)
* Add NuGet 7.0.0 package to the external dependencies in make.json * Upgrade packaging-common dependency to 3.266.0
1 parent 12b19ce commit b165242

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

Tasks/NuGetCommandV2/make.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGet/6.4.0/NuGet.zip",
4848
"dest": "./NuGet/6.4.0/"
4949
},
50+
{
51+
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGet/7.0.0/NuGet.zip",
52+
"dest": "./NuGet/7.0.0/"
53+
},
5054
{
5155
"url": "https://vstsagenttools.blob.core.windows.net/tools/CredentialProvider.TeamBuild/15.105.25712.0/CredentialProvider.TeamBuild.zip",
5256
"dest": "./CredentialProvider/"

Tasks/NuGetCommandV2/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/NuGetCommandV2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@types/node": "^20.3.1",
2323
"azure-pipelines-task-lib": "4.17.0",
24-
"azure-pipelines-tasks-packaging-common": "3.253.0",
24+
"azure-pipelines-tasks-packaging-common": "3.266.0",
2525
"azure-pipelines-tasks-utility-common": "3.258.0",
2626
"xmlreader": "^0.2.3"
2727
},

Tasks/NuGetCommandV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 2,
12-
"Minor": 260,
12+
"Minor": 267,
1313
"Patch": 0
1414
},
1515
"runsOn": [

Tasks/NuGetCommandV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 2,
12-
"Minor": 260,
12+
"Minor": 267,
1313
"Patch": 0
1414
},
1515
"runsOn": [

0 commit comments

Comments
 (0)