Skip to content

Commit 7aa6348

Browse files
committed
Disable code-signing on Linux builds
1 parent e19d5c2 commit 7aa6348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (!$Configuration) {
2525
if ($IsOfficialBuild) {
2626
$MSBuildArgs += '-p:CI=true'
2727

28-
$CodeSign = -not $env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT
28+
$CodeSign = -not $env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT -and ($IsWindows -or -not $IsCoreCLR)
2929

3030
if ($CodeSign) {
3131
$astDir = "$PSScriptRoot/.build/tools/store/AzureSignTool/1.0.1/"

0 commit comments

Comments
 (0)