|  | @@ -0,0 +1,38 @@
 | 
	
		
			
				|  |  | +image: Visual Studio 2015
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +environment:
 | 
	
		
			
				|  |  | +  COVERALLS_REPO_TOKEN:
 | 
	
		
			
				|  |  | +    secure: DOSlU041NY0WKjv9njrNqj14CLEzrF4ogZsbvqIXnNLd492oNlQf4dD5yr7TSK/S
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +branches:
 | 
	
		
			
				|  |  | +  only:
 | 
	
		
			
				|  |  | +    - master
 | 
	
		
			
				|  |  | +    - /dev.*/
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +skip_commits:
 | 
	
		
			
				|  |  | +  files:
 | 
	
		
			
				|  |  | +    - '**/*.md'
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +only_commits:
 | 
	
		
			
				|  |  | +  files:
 | 
	
		
			
				|  |  | +    - Ix.NET/**/*
 | 
	
		
			
				|  |  | +    - '*'
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +nuget:
 | 
	
		
			
				|  |  | +  disable_publish_on_pr: true
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +build_script:
 | 
	
		
			
				|  |  | +- ps: .\Ix.NET\Source\build-new.ps1
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +test: off
 | 
	
		
			
				|  |  | +artifacts:
 | 
	
		
			
				|  |  | +- path: .\Ix.NET\source\artifacts\*.nupkg
 | 
	
		
			
				|  |  | +  
 | 
	
		
			
				|  |  | +deploy:
 | 
	
		
			
				|  |  | +  provider: NuGet
 | 
	
		
			
				|  |  | +  server: https://dotnet.myget.org/F/rx/api/v2/package
 | 
	
		
			
				|  |  | +  on:
 | 
	
		
			
				|  |  | +    branch: master  
 | 
	
		
			
				|  |  | +  api_key:
 | 
	
		
			
				|  |  | +    secure: 5qZfZf9XVtN+h/UHwocrEBZjaZCajJg9fZbLDPigoew1NG7PzWQxMv1kLQJW6eWE
 | 
	
		
			
				|  |  | +  symbol_server: https://dotnet.myget.org/F/rx/symbols/api/v2/package
 |