mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +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:
|
inputs:
|
||||||
artifact: 'Ubuntu'
|
artifact: 'Ubuntu'
|
||||||
path: $(Agent.TempDirectory)\package
|
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
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download Ubuntu ARM64 Build'
|
displayName: 'Download Ubuntu ARM64 Build'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in a new issue