Skip to content

Commit

Permalink
fix return codes
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 21, 2018
1 parent 2bc9ef9 commit 932bcb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rebuild.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
. ./destroy.ps1
if ($lastexitcode -ne 0) { exit $lastexitcode}
. ./build.ps1
if ($lastexitcode -ne 0) { exit $lastexitcode}

0 comments on commit 932bcb6

Please sign in to comment.