3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

Update release.yml for Azure Pipelines

This commit is contained in:
Nikolaj Bjorner 2021-12-23 11:48:08 -08:00
parent 5d4420a763
commit bd2a53c475

View file

@ -167,10 +167,11 @@ stages:
- powershell: write-host $(System.TeamProjectId)
displayName: 'System.TeamProjectId'
- task: DownloadPipelineArtifact@2
displayName: 'Download Win64 Build'
displayName: 'Download NWin64 Build'
inputs:
artifact: 'WindowsBuild-x64'
path: $(Agent.TempDirectory)\package
- task: DownloadPipelineArtifact@2
displayName: 'Download Win32 Build'
inputs:
artifact: 'WindowsBuild-x86'