mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 18:00:48 +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:
		@@ -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
 | 
				
			||||||
		Reference in New Issue
	
	Block a user