mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-10-31 20:45:28 +08:00 
			
		
		
		
	bat
This commit is contained in:
		| @@ -3,9 +3,9 @@ configuration: | ||||
| - Release | ||||
| platform: Any CPU | ||||
| build_script: | ||||
| - build.sh | ||||
| - build.bat | ||||
| test_script: | ||||
| - run-tests.sh | ||||
| - run-tests.bat | ||||
| artifacts: | ||||
| - path: artifacts\**\*.* | ||||
| cache: | ||||
|   | ||||
							
								
								
									
										0
									
								
								build.sh → build.bat
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
									
										0
									
								
								build.sh → build.bat
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
								
								
									
										0
									
								
								run-benchmarks.sh → run-benchmarks.bat
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
									
										0
									
								
								run-benchmarks.sh → run-benchmarks.bat
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
								
								
									
										15
									
								
								run-tests.sh
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								run-tests.sh
									
									
									
									
									
								
							| @@ -1,15 +0,0 @@ | ||||
|  #!/bin/bash  | ||||
| echo ------------------------- | ||||
|  | ||||
| echo Running Ocelot.UnitTests | ||||
|  | ||||
| dotnet restore test/Ocelot.UnitTests/ | ||||
| dotnet test test/Ocelot.UnitTests/ | ||||
|  | ||||
| echo Running Ocelot.AcceptanceTests | ||||
|  | ||||
| cd test/Ocelot.AcceptanceTests/ | ||||
| dotnet restore  | ||||
| dotnet test  | ||||
| cd ../../ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 TomPallister
					TomPallister