Skip to content

Commit

Permalink
try other way round
Browse files Browse the repository at this point in the history
  • Loading branch information
psfinaki committed Apr 26, 2024
1 parent 1db1063 commit c003741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/Build.ps1
Expand Up @@ -214,11 +214,11 @@ function Process-Arguments() {

if ($buildnorealsig) {
$script:buildnorealsig = $True;
$env:FSHARP_REALSIG="false"
$env:FSHARP_REALSIG="true"
}
else {
$script:buildnorealsig = $False;
$env:FSHARP_REALSIG="true"
$env:FSHARP_REALSIG="false"
}
if ($verifypackageshipstatus) {
$script:verifypackageshipstatus = $True;
Expand Down

0 comments on commit c003741

Please sign in to comment.