mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-01 06:15:27 +08:00 
			
		
		
		
	trying to get working in CI
This commit is contained in:
		
							
								
								
									
										15
									
								
								appveyor.yml
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								appveyor.yml
									
									
									
									
									
								
							| @@ -1,3 +1,14 @@ | |||||||
| version: 1.0.{build} | version: 1.0.{build} | ||||||
| build: | configuration: | ||||||
|   verbosity: minimal | - Debug | ||||||
|  | - Release | ||||||
|  | platform: Any CPU | ||||||
|  | environment: | ||||||
|  |   # Don't report back to the mothership | ||||||
|  |   DOTNET_CLI_TELEMETRY_OPTOUT: 1 | ||||||
|  | init: | ||||||
|  | - ps: $Env:LABEL = "CI" + $Env:APPVEYOR_BUILD_NUMBER.PadLeft(5, "0") | ||||||
|  | before_build: | ||||||
|  | - appveyor-retry dotnet restore -v Minimal | ||||||
|  | build_script: | ||||||
|  | - build.sh | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 TomPallister
					TomPallister