From fb82f928c64e7ba2b08c7970126f58ebb55b0486 Mon Sep 17 00:00:00 2001 From: Paul Caskey <pcaskey@internet2.edu> Date: Wed, 21 Nov 2018 13:23:20 -0600 Subject: [PATCH] Update rebuild.ps1 --- bin/windows/rebuild.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/windows/rebuild.ps1 b/bin/windows/rebuild.ps1 index 24032c4..98960ce 100644 --- a/bin/windows/rebuild.ps1 +++ b/bin/windows/rebuild.ps1 @@ -1,3 +1,4 @@ +$ErrorActionPreference = "Stop" . ./bin/windows/destroy.ps1 if ($lastexitcode -ne 0) { exit $lastexitcode} . ./bin/windows/build.ps1