Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update rebuild.ps1
pcaskey committed Nov 21, 2018
1 parent 788c3e8 commit ed14295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/windows/rebuild.ps1
@@ -1,4 +1,4 @@
. ./destroy.ps1
. ./bin/windows/destroy.ps1
if ($lastexitcode -ne 0) { exit $lastexitcode}
. ./build.ps1
. ./bin/windows/build.ps1
if ($lastexitcode -ne 0) { exit $lastexitcode}

0 comments on commit ed14295

Please sign in to comment.