mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
add download stage for arm64
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b3b95dbc5c
commit
680b0f523f
|
@ -581,6 +581,11 @@ stages:
|
|||
inputs:
|
||||
artifactName: 'Windows64'
|
||||
targetPath: tmp
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: "Download windowsARM64"
|
||||
inputs:
|
||||
artifactName: 'WindowsArm64'
|
||||
targetPath: tmp
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: "Download Mac"
|
||||
inputs:
|
||||
|
|
Loading…
Reference in a new issue