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

Commit

Permalink
Pass SignType to sign.proj (#3247)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Sep 28, 2017
1 parent 9ea59b6 commit 6b74194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildpipeline/Core-Setup-Windows-Arm-BT.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
"allowOverride": true
},
"MsbuildSigningArguments": {
"value": "/p:CertificateId=$(CertificateId) /v:detailed"
"value": "/p:CertificateId=$(CertificateId) /v:detailed /p:SignType=$(PB_SignType)"
},
"TeamName": {
"value": "DotNetCore"
Expand Down
2 changes: 1 addition & 1 deletion buildpipeline/Core-Setup-Windows-BT.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
"allowOverride": true
},
"MsbuildSigningArguments": {
"value": "/p:CertificateId=$(CertificateId) /v:detailed"
"value": "/p:CertificateId=$(CertificateId) /v:detailed /p:SignType=$(PB_SignType)"
},
"TeamName": {
"value": "DotNetCore"
Expand Down

0 comments on commit 6b74194

Please sign in to comment.