Skip to content

Commit 05cf886

Browse files
Turn off realsig when building product and proto (#17798)
Co-authored-by: Kevin Ransom (msft) <[email protected]>
1 parent 340e41e commit 05cf886

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ param (
7171
[switch]$sourceBuild,
7272
[switch]$skipBuild,
7373
[switch]$compressAllMetadata,
74-
[switch]$buildnorealsig,
74+
[switch]$buildnorealsig = $true,
7575
[switch]$verifypackageshipstatus = $false,
7676
[parameter(ValueFromRemainingArguments = $true)][string[]]$properties)
7777

eng/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ skip_analyzers=false
7171
skip_build=false
7272
prepare_machine=false
7373
source_build=false
74-
buildnorealsig=false
74+
buildnorealsig=true
7575
properties=""
7676

7777
docker=false

0 commit comments

Comments
 (0)