mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	new nightly
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									c100a18b37
								
							
						
					
					
						commit
						64a92f720b
					
				
					 1 changed files with 22 additions and 19 deletions
				
			
		| 
						 | 
					@ -94,30 +94,33 @@ jobs:
 | 
				
			||||||
      targetPath: $(Build.ArtifactStagingDirectory)
 | 
					      targetPath: $(Build.ArtifactStagingDirectory)
 | 
				
			||||||
      artifactName: 'Windows64'
 | 
					      artifactName: 'Windows64'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- job: NuGet
 | 
					- job: NuGet
 | 
				
			||||||
  displayName: "Create Nuget Package"
 | 
					  displayName: "NuGet packaging"
 | 
				
			||||||
  dependsOn:
 | 
					  pool:
 | 
				
			||||||
  - Mac
 | 
					    vmImage: "windows-latest"
 | 
				
			||||||
  - Ubuntu
 | 
					 | 
				
			||||||
  - Windows32
 | 
					 | 
				
			||||||
  - Windows64
 | 
					 | 
				
			||||||
  steps:
 | 
					  steps:
 | 
				
			||||||
  - task: DownloadPipelineArtifact@0
 | 
					  - powershell: write-host $(System.DefinitionId)
 | 
				
			||||||
 | 
					    displayName: 'System.DefinitionId'
 | 
				
			||||||
 | 
					  - powershell: write-host $(Build.BuildId)
 | 
				
			||||||
 | 
					    displayName: 'Build.BuildId'
 | 
				
			||||||
 | 
					  - powershell: write-host $(System.TeamProjectId)
 | 
				
			||||||
 | 
					    displayName: 'System.TeamProjectId'
 | 
				
			||||||
 | 
					  - task: DownloadPipelineArtifact@2
 | 
				
			||||||
 | 
					    displayName: 'Download Win64 Build'
 | 
				
			||||||
    inputs:
 | 
					    inputs:
 | 
				
			||||||
     artifactName: 'Windows32'
 | 
					      artifact: 'WindowsBuild-x64'
 | 
				
			||||||
     targetPath: tmp
 | 
					      path: $(Agent.TempDirectory)\package
 | 
				
			||||||
  - task: DownloadPipelineArtifact@0
 | 
					  - task: DownloadPipelineArtifact@2
 | 
				
			||||||
 | 
					    displayName: 'Download Ubuntu Build'
 | 
				
			||||||
    inputs:
 | 
					    inputs:
 | 
				
			||||||
     artifactName: 'Windows64'
 | 
					      artifact: 'UbuntuBuild'
 | 
				
			||||||
     targetPath: tmp
 | 
					      path: $(Agent.TempDirectory)\package
 | 
				
			||||||
  - task: DownloadPipelineArtifact@0
 | 
					  - task: DownloadPipelineArtifact@2
 | 
				
			||||||
 | 
					    displayName: 'Download macOS Build'
 | 
				
			||||||
    inputs:
 | 
					    inputs:
 | 
				
			||||||
     artifactName: 'Mac'
 | 
					      artifact: 'macOSBuild'
 | 
				
			||||||
     targetPath: tmp
 | 
					      path: $(Agent.TempDirectory)\package
 | 
				
			||||||
  - task: DownloadPipelineArtifact@0
 | 
					 | 
				
			||||||
    inputs:
 | 
					 | 
				
			||||||
     artifactName: 'Ubuntu'
 | 
					 | 
				
			||||||
     targetPath: tmp
 | 
					 | 
				
			||||||
  - task: PythonScript@0
 | 
					  - task: PythonScript@0
 | 
				
			||||||
    displayName: 'Python: assemble files'
 | 
					    displayName: 'Python: assemble files'
 | 
				
			||||||
    inputs:
 | 
					    inputs:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue