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

Commit 6b74194

Browse files
authored
Pass SignType to sign.proj (#3247)
1 parent 9ea59b6 commit 6b74194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildpipeline/Core-Setup-Windows-Arm-BT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
"allowOverride": true
397397
},
398398
"MsbuildSigningArguments": {
399-
"value": "/p:CertificateId=$(CertificateId) /v:detailed"
399+
"value": "/p:CertificateId=$(CertificateId) /v:detailed /p:SignType=$(PB_SignType)"
400400
},
401401
"TeamName": {
402402
"value": "DotNetCore"

buildpipeline/Core-Setup-Windows-BT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
"allowOverride": true
592592
},
593593
"MsbuildSigningArguments": {
594-
"value": "/p:CertificateId=$(CertificateId) /v:detailed"
594+
"value": "/p:CertificateId=$(CertificateId) /v:detailed /p:SignType=$(PB_SignType)"
595595
},
596596
"TeamName": {
597597
"value": "DotNetCore"

0 commit comments

Comments
 (0)