Halt the powershell build script on error

This commit is contained in:
Gene Hoffman 2020-10-15 19:08:17 -07:00 committed by Gene Hoffman
parent c62ae3d113
commit 020df916ec

View File

@ -1,5 +1,7 @@
# $env:path should contain a path to editbin.exe and signtool.exe
$ErrorActionPreference = "Stop"
mkdir build_scripts\win_build
Set-Location -Path ".\build_scripts\win_build" -PassThru