diff options
author | Patrick Quist <partouf@gmail.com> | 2023-11-11 16:10:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-11 16:10:53 +0100 |
commit | 4200088959b4518cd85350895fba96238f4aa724 (patch) | |
tree | cc2bcbcf27e933e24ad230bc437a32f832ebed98 | |
parent | 31bd47909fca2c08acd4594916ecbafe9aef2c5b (diff) | |
download | compiler-explorer-gh-9507.tar.gz compiler-explorer-gh-9507.zip |
Update build-dist-win.ps1gh-9507
-rw-r--r-- | etc/scripts/build-dist-win.ps1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/scripts/build-dist-win.ps1 b/etc/scripts/build-dist-win.ps1 index 6d5b0b514..6e910e9b1 100644 --- a/etc/scripts/build-dist-win.ps1 +++ b/etc/scripts/build-dist-win.ps1 @@ -1,3 +1,5 @@ +$ErrorActionPreference = 'Stop' + Set-Location -Path $PSScriptRoot/../.. $ROOT=Get-Location |