Skip to content

Commit 6271cc9

Browse files
authored
updating credential provider V2 to 0.1.7 (#8780)
updating nuget credential provider V2 to 0.1.7
1 parent 22ee0e4 commit 6271cc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tasks/Common/nuget-task-common/make.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dest": "./NuGet/CredentialProvider/"
1919
},
2020
{
21-
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.3/c.zip",
21+
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.7/c.zip",
2222
"dest": "./NuGet/CredentialProviderV2/"
2323
}
2424
]

Tasks/NuGetCommandV2/task.json

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

Tasks/NuGetCommandV2/task.loc.json

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

0 commit comments

Comments
 (0)