Skip to content

Commit e03b035

Browse files
authored
update artifacts cred provider version in NuGetCommandV2 and NugetAuthenticateV0 (#15304)
* Update artifacts cred provider to 0.1.28 used by NuGetCommandV2 and NuGetAuthenticateV0 (#15303) * Update artifacts cred provider to 0.1.28 * bump task versions * Update task version to use sprint 193
1 parent d6de175 commit e03b035

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Tasks/NuGetAuthenticateV0/make.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"externals": {
1111
"archivePackages": [
1212
{
13-
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.24/c.zip",
13+
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.28/c.zip",
1414
"dest": "./CredentialProviderV2/"
1515
}
1616
]

Tasks/NuGetAuthenticateV0/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"version": {
1515
"Major": 0,
16-
"Minor": 181,
16+
"Minor": 193,
1717
"Patch": 0
1818
},
1919
"minimumAgentVersion": "2.120.0",

Tasks/NuGetCommandV2/make.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dest": "./CredentialProvider/"
5757
},
5858
{
59-
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.24/c.zip",
59+
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.28/c.zip",
6060
"dest": "./CredentialProviderV2/"
6161
}
6262
]

Tasks/NuGetCommandV2/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 2,
12-
"Minor": 179,
12+
"Minor": 193,
1313
"Patch": 0
1414
},
1515
"runsOn": [

0 commit comments

Comments
 (0)