mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +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:
|
||||
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…
Add table
Add a link
Reference in a new issue