mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
download 20.04
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
59b56f2ce7
commit
a8c4384536
|
@ -255,6 +255,11 @@ stages:
|
|||
inputs:
|
||||
artifact: 'Ubuntu'
|
||||
path: $(Agent.TempDirectory)\package
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download Ubuntu 20.04 Build'
|
||||
inputs:
|
||||
artifact: 'Ubuntu-20.04'
|
||||
path: $(Agent.TempDirectory)\package
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download Ubuntu ARM64 Build'
|
||||
inputs:
|
||||
|
|
Loading…
Reference in a new issue