mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	pipe v1
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									11d7fca4d6
								
							
						
					
					
						commit
						d19eae1876
					
				
					 1 changed files with 15 additions and 0 deletions
				
			
		
							
								
								
									
										15
									
								
								scripts/azure-pipeline.vsts-vs2013.yaml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								scripts/azure-pipeline.vsts-vs2013.yaml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
pool:
 | 
			
		||||
  name: Hosted
 | 
			
		||||
  demands: Cmd
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
- task: DotNetCoreInstaller@0
 | 
			
		||||
  displayName: 'Use .NET Core sdk 2.1'
 | 
			
		||||
  inputs:
 | 
			
		||||
    version: 2.1.300
 | 
			
		||||
 | 
			
		||||
- task: BatchScript@1
 | 
			
		||||
  displayName: 'scripts\vsts-vs2013.cmd'
 | 
			
		||||
  inputs:
 | 
			
		||||
    filename: 'scripts\vsts-vs2013.cmd'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue