Skip to content

Commit aaaade6

Browse files
NuGetAuthenticateV0 + NuGetCommandV2 + UniversalPackagesV0 Mask Auth + Loc Fix (#20306)
* NuGetAuthenticateV0 Mask Auth * NuGetCommandV2 Mask Auth * UniversalPackageV0 Mask Auth + Loc Fix
1 parent d4842b2 commit aaaade6

37 files changed

+3767
-315
lines changed

Tasks/NuGetAuthenticateV0/package-lock.json

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

Tasks/NuGetAuthenticateV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
2525
"dependencies": {
26-
"azure-pipelines-tasks-artifacts-common": "2.202.0",
26+
"azure-pipelines-tasks-artifacts-common": "2.244.2",
2727
"azure-pipelines-task-lib": "^4.2.0",
2828
"@types/node": "^16.11.39"
2929
},

Tasks/NuGetAuthenticateV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"version": {
1515
"Major": 0,
16-
"Minor": 238,
16+
"Minor": 244,
1717
"Patch": 0
1818
},
1919
"deprecated": true,

Tasks/NuGetAuthenticateV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"version": {
1515
"Major": 0,
16-
"Minor": 238,
16+
"Minor": 244,
1717
"Patch": 0
1818
},
1919
"deprecated": true,

Tasks/NuGetCommandV2/_buildConfigs/Node20/package-lock.json

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

Tasks/NuGetCommandV2/_buildConfigs/Node20/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@types/node": "^20.3.1",
2121
"azure-pipelines-task-lib": "^4.0.0-preview",
22-
"azure-pipelines-tasks-packaging-common": "3.221.1",
22+
"azure-pipelines-tasks-packaging-common": "3.242.2",
2323
"azure-pipelines-tasks-utility-common": "^3.0.3",
2424
"xmlreader": "^0.2.3"
2525
},

Tasks/NuGetCommandV2/nugetpublisher.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ async function getAccessToken(isInternalFeed: boolean, uriPrefixes: any): Promis
465465
}
466466
}
467467
if (accessToken) {
468+
tl.setSecret(accessToken);
468469
return accessToken;
469470
}
470471
}

Tasks/NuGetCommandV2/package-lock.json

Lines changed: 766 additions & 47 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
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@types/node": "^16.11.39",
2121
"azure-pipelines-task-lib": "^4.0.0-preview",
22-
"azure-pipelines-tasks-packaging-common": "3.221.1",
22+
"azure-pipelines-tasks-packaging-common": "3.242.2",
2323
"azure-pipelines-tasks-utility-common": "^3.0.3",
2424
"xmlreader": "^0.2.3"
2525
},

Tasks/NuGetCommandV2/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 2,
12-
"Minor": 238,
13-
"Patch": 3
12+
"Minor": 244,
13+
"Patch": 0
1414
},
1515
"runsOn": [
1616
"Agent",

0 commit comments

Comments
 (0)