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

#5700 - Add download x86 as part of release NuGet

x86 is part of nightly NuGet but was not added to the release pipeline.
This commit is contained in:
Nikolaj Bjorner 2021-12-16 13:50:31 -08:00
parent 122b0fec0f
commit 4641a20f4f

View file

@ -171,6 +171,10 @@ stages:
inputs:
artifact: 'WindowsBuild-x64'
path: $(Agent.TempDirectory)\package
displayName: 'Download Win32 Build'
inputs:
artifact: 'WindowsBuild-x86'
path: $(Agent.TempDirectory)\package
- task: DownloadPipelineArtifact@2
displayName: 'Download Ubuntu Build'
inputs: