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

Commit 01e315c

Browse files
committed
Add ESRPSigning as conditional for queue time.
1 parent ae59575 commit 01e315c

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

buildpipeline/DotNet-CoreFx-Trusted-Windows-NoTest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"signType": "real",
8181
"zipSources": "false",
8282
"version": "",
83-
"feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json"
83+
"feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json",
84+
"esrpSigning": "$(PB_UseEsrpSigning)"
8485
}
8586
},
8687
{
@@ -436,6 +437,10 @@
436437
},
437438
"PB_AssetRootUrl": {
438439
"value": ""
440+
},
441+
"PB_UseEsrpSigning": {
442+
"value": "false",
443+
"allowOverride": true
439444
}
440445
},
441446
"demands": [

buildpipeline/DotNet-CoreFx-Trusted-Windows.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"signType": "real",
8181
"zipSources": "false",
8282
"version": "",
83-
"feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json"
83+
"feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json",
84+
"esrpSigning": "$(PB_UseEsrpSigning)"
8485
}
8586
},
8687
{
@@ -523,6 +524,10 @@
523524
},
524525
"PB_AssetRootUrl": {
525526
"value": ""
527+
},
528+
"PB_UseEsrpSigning": {
529+
"value": "false",
530+
"allowOverride": true
526531
}
527532
},
528533
"demands": [

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+
"esrpSigning": "$(PB_UseEsrpSigning)"
2223
}
2324
},
2425
{
@@ -529,6 +530,10 @@
529530
},
530531
"PB_BuildOutputManifestArguments": {
531532
"value": "/p:ManifestBuildId=$(OfficialBuildId) /p:ManifestBranch=$(SourceBranch) /p:ManifestCommit=$(SourceVersion)"
533+
},
534+
"PB_UseEsrpSigning": {
535+
"value": "false",
536+
"allowOverride": true
532537
}
533538
},
534539
"retentionRules": [

0 commit comments

Comments
 (0)