mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Update nightly.yaml for Azure Pipelines
This commit is contained in:
		
							parent
							
								
									64a92f720b
								
							
						
					
					
						commit
						76a4bf5fa0
					
				
					 1 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
					@ -97,6 +97,12 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- job: NuGet
 | 
					- job: NuGet
 | 
				
			||||||
  displayName: "NuGet packaging"
 | 
					  displayName: "NuGet packaging"
 | 
				
			||||||
 | 
					  dependsOn:
 | 
				
			||||||
 | 
					  - Mac
 | 
				
			||||||
 | 
					  - Ubuntu
 | 
				
			||||||
 | 
					  - Windows32
 | 
				
			||||||
 | 
					  - Windows64
 | 
				
			||||||
 | 
					  - NuGet
 | 
				
			||||||
  pool:
 | 
					  pool:
 | 
				
			||||||
    vmImage: "windows-latest"
 | 
					    vmImage: "windows-latest"
 | 
				
			||||||
  steps:
 | 
					  steps:
 | 
				
			||||||
| 
						 | 
					@ -109,17 +115,17 @@ jobs:
 | 
				
			||||||
  - task: DownloadPipelineArtifact@2
 | 
					  - task: DownloadPipelineArtifact@2
 | 
				
			||||||
    displayName: 'Download Win64 Build'
 | 
					    displayName: 'Download Win64 Build'
 | 
				
			||||||
    inputs:
 | 
					    inputs:
 | 
				
			||||||
      artifact: 'WindowsBuild-x64'
 | 
					      artifact: 'Windows64'
 | 
				
			||||||
      path: $(Agent.TempDirectory)\package
 | 
					      path: $(Agent.TempDirectory)\package
 | 
				
			||||||
  - task: DownloadPipelineArtifact@2
 | 
					  - task: DownloadPipelineArtifact@2
 | 
				
			||||||
    displayName: 'Download Ubuntu Build'
 | 
					    displayName: 'Download Ubuntu Build'
 | 
				
			||||||
    inputs:
 | 
					    inputs:
 | 
				
			||||||
      artifact: 'UbuntuBuild'
 | 
					      artifact: 'Ubuntu'
 | 
				
			||||||
      path: $(Agent.TempDirectory)\package
 | 
					      path: $(Agent.TempDirectory)\package
 | 
				
			||||||
  - task: DownloadPipelineArtifact@2
 | 
					  - task: DownloadPipelineArtifact@2
 | 
				
			||||||
    displayName: 'Download macOS Build'
 | 
					    displayName: 'Download macOS Build'
 | 
				
			||||||
    inputs:
 | 
					    inputs:
 | 
				
			||||||
      artifact: 'macOSBuild'
 | 
					      artifact: 'Mac'
 | 
				
			||||||
      path: $(Agent.TempDirectory)\package
 | 
					      path: $(Agent.TempDirectory)\package
 | 
				
			||||||
  - task: PythonScript@0
 | 
					  - task: PythonScript@0
 | 
				
			||||||
    displayName: 'Python: assemble files'
 | 
					    displayName: 'Python: assemble files'
 | 
				
			||||||
| 
						 | 
					@ -156,12 +162,6 @@ jobs:
 | 
				
			||||||
      verbosityPack: detailed
 | 
					      verbosityPack: detailed
 | 
				
			||||||
      includeSymbols: true
 | 
					      includeSymbols: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Not available as a task?
 | 
					 | 
				
			||||||
#  - script: | 
 | 
					 | 
				
			||||||
#      cd scripts
 | 
					 | 
				
			||||||
#      EsprClient.exe sign -a authorization.json -p policy.json -i out/nuget_sign_input.json -o out/diagnostics.json       
 | 
					 | 
				
			||||||
#      cd ..
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- job: Python
 | 
					- job: Python
 | 
				
			||||||
  displayName: "Python packaging"
 | 
					  displayName: "Python packaging"
 | 
				
			||||||
  dependsOn:
 | 
					  dependsOn:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue