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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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