mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 14:43:23 +00:00
download 20.04
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
59b56f2ce7
commit
a8c4384536
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue