Skip to content

Commit

Permalink
Turn off realsig when building product and proto (dotnet#17798)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Ransom (msft) <codecutter@hotmail.com>
  • Loading branch information
2 people authored and esbenbjerre committed Sep 30, 2024
1 parent 9696ae6 commit 04ba72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ param (
[switch]$sourceBuild,
[switch]$skipBuild,
[switch]$compressAllMetadata,
[switch]$buildnorealsig,
[switch]$buildnorealsig = $true,
[switch]$verifypackageshipstatus = $false,
[parameter(ValueFromRemainingArguments = $true)][string[]]$properties)

Expand Down
2 changes: 1 addition & 1 deletion eng/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ skip_analyzers=false
skip_build=false
prepare_machine=false
source_build=false
buildnorealsig=false
buildnorealsig=true
properties=""

docker=false
Expand Down

0 comments on commit 04ba72d

Please sign in to comment.