mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
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:
parent
4f27a50503
commit
67a421cb69
@ -1 +1,2 @@
|
|||||||
./build.ps1 -target BuildAndReleaseUnstable
|
./build.ps1 -target BuildAndReleaseUnstable
|
||||||
|
exit $LASTEXITCODE
|
@ -1 +1,2 @@
|
|||||||
./build.ps1 -target RunTests
|
./build.ps1 -target RunTests
|
||||||
|
exit $LASTEXITCODE
|
@ -1 +1,2 @@
|
|||||||
./build.ps1 -target Release
|
./build.ps1 -target Release
|
||||||
|
exit $LASTEXITCODE
|
@ -1 +1,2 @@
|
|||||||
./build -target RunAcceptanceTests
|
./build -target RunAcceptanceTests
|
||||||
|
exit $LASTEXITCODE
|
@ -1 +1,2 @@
|
|||||||
./build.ps1 -target RunBenchmarkTests
|
./build.ps1 -target RunBenchmarkTests
|
||||||
|
exit $LASTEXITCODE
|
@ -1 +1,2 @@
|
|||||||
./build.ps1 -target RunUnitTests
|
./build.ps1 -target RunUnitTests
|
||||||
|
exit $LASTEXITCODE
|
Loading…
x
Reference in New Issue
Block a user