Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit f2f0e7d

Browse files
authored
[master] Add switches for legacy signing (#17353)
* Add switches for legacy signing
1 parent 246409d commit f2f0e7d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"signType": "real",
1919
"zipSources": "false",
2020
"version": "",
21-
"feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json"
21+
"feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json",
22+
"legacySigning": "$(PB_UseLegacySigning)"
2223
}
2324
},
2425
{
@@ -339,6 +340,10 @@
339340
"value": "test",
340341
"allowOverride": true
341342
},
343+
"PB_UseLegacySigning": {
344+
"value": "false",
345+
"allowOverride": true
346+
},
342347
"TeamName": {
343348
"value": "DotNetCore"
344349
},

buildpipeline/DotNet-CoreClr-Trusted-Windows.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"signType": "real",
1919
"zipSources": "false",
2020
"version": "",
21-
"feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json"
21+
"feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json",
22+
"legacySigning": "$(PB_UseLegacySigning)"
2223
}
2324
},
2425
{
@@ -345,6 +346,10 @@
345346
"value": "test",
346347
"allowOverride": true
347348
},
349+
"PB_UseLegacySigning": {
350+
"value": "false",
351+
"allowOverride": true
352+
},
348353
"TeamName": {
349354
"value": "DotNetCore"
350355
},

buildpipeline/DotNet-Trusted-Publish.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"signType": "real",
1919
"zipSources": "true",
2020
"version": "",
21-
"feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json"
21+
"feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json",
22+
"legacySigning": "$(PB_UseLegacySigning)"
2223
}
2324
},
2425
{
@@ -692,6 +693,10 @@
692693
},
693694
"PB_BuildOutputManifestArguments": {
694695
"value": "/p:ManifestBuildId=$(OfficialBuildId) /p:ManifestBranch=$(SourceBranch) /p:ManifestCommit=$(SourceVersion)"
696+
},
697+
"PB_UseLegacySigning": {
698+
"value": "false",
699+
"allowOverride": true
695700
}
696701
},
697702
"retentionRules": [

0 commit comments

Comments
 (0)