mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-10-31 23:15:28 +08:00 
			
		
		
		
	apveyor yaml
This commit is contained in:
		| @@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5CFB79B7-C9D | ||||
| EndProject | ||||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3FA7C349-DBE8-4904-A2CE-015B8869CE6C}" | ||||
| 	ProjectSection(SolutionItems) = preProject | ||||
| 		appveyor.yml = appveyor.yml | ||||
| 		build.sh = build.sh | ||||
| 		global.json = global.json | ||||
| 		LICENSE.md = LICENSE.md | ||||
|   | ||||
| @@ -8,7 +8,5 @@ environment: | ||||
|   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