Skip to content

Commit bfee11e

Browse files
committed
Updating build script to remove isLocal reference
1 parent 2b8c2b8 commit bfee11e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.ps1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,7 @@ if ($bypassPackaging){
277277

278278
#build win-x86 and win-x64 extension
279279
BuildPackages 0
280-
}
281280

282-
if (-not $bypassPackaging -and -not $isLocal) {
283-
& ".\tools\RunSigningJob.ps1"
284-
if (-not $?) { exit 1 }
281+
& ".\tools\RunSigningJob.ps1"
282+
if (-not $?) { exit 1 }
285283
}

0 commit comments

Comments
 (0)