Skip to content

Commit 2d5c678

Browse files
authored
Update cred provider to 0.1.12 (#9610)
1 parent 4865ed8 commit 2d5c678

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Tasks/NuGetCommandV2/make.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dest": "./CredentialProvider/"
4949
},
5050
{
51-
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.11/c.zip",
51+
"url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.12/c.zip",
5252
"dest": "./CredentialProviderV2/"
5353
}
5454
]

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": 147,
13-
"Patch": 5
13+
"Patch": 6
1414
},
1515
"runsOn": [
1616
"Agent",

Tasks/NuGetCommandV2/task.loc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
"name": "NuGetCommand",
44
"friendlyName": "ms-resource:loc.friendlyName",
55
"description": "ms-resource:loc.description",
6+
"helpUrl": "https://go.microsoft.com/fwlink/?LinkID=613747",
67
"helpMarkDown": "ms-resource:loc.helpMarkDown",
78
"category": "Package",
89
"author": "Microsoft Corporation",
910
"version": {
1011
"Major": 2,
1112
"Minor": 147,
12-
"Patch": 4
13+
"Patch": 6
1314
},
1415
"runsOn": [
1516
"Agent",

0 commit comments

Comments
 (0)