Feature/fix build always reporting green (#173)

* added last exit code to wrapper scripts

* try force fail

* ooops missed ;

* trying again

* fail build with bad test

* removed exception

* removed using
This commit is contained in:
Tom Pallister
2017-12-06 08:24:11 +00:00
committed by GitHub
parent 4f27a50503
commit 67a421cb69
6 changed files with 12 additions and 6 deletions

View File

@ -1 +1,2 @@
./build.ps1 -target Release
./build.ps1 -target Release
exit $LASTEXITCODE