We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d0f6d commit 102e408Copy full SHA for 102e408
Tasks/NuGetCommandV2/make.json
@@ -48,7 +48,7 @@
48
"dest": "./CredentialProvider/"
49
},
50
{
51
- "url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.11/c.zip",
+ "url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.12/c.zip",
52
"dest": "./CredentialProviderV2/"
53
}
54
]
Tasks/NuGetCommandV2/task.json
@@ -9,7 +9,7 @@
9
"version": {
10
"Major": 2,
11
"Minor": 146,
12
- "Patch": 2
+ "Patch": 3
13
14
"runsOn": [
15
"Agent",
0 commit comments