3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-13 17:36:15 +00:00

new nightly

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-12-19 18:24:02 -08:00
parent c100a18b37
commit 64a92f720b

View file

@ -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: