Skip to content

Commit 9e951a9

Browse files
committed
ugh, github is still injecting the ErrorCodePreference into my script I guess. I'm overriding it manually by adding a line to the top of my script setting it to 'continue'
* https://github.community/t/powershell-steps-fail-nondeterministically/115496/9
1 parent be83269 commit 9e951a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/windows/buildExe.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
$ErrorActionPreference = 'continue'
12
Set-PSDebug -Trace 1
23
################################################################################
34
# File: windows/buildExe.ps1

0 commit comments

Comments
 (0)