mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +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:
|
inputs:
|
||||||
artifactName: 'Windows64'
|
artifactName: 'Windows64'
|
||||||
targetPath: tmp
|
targetPath: tmp
|
||||||
|
- task: DownloadPipelineArtifact@2
|
||||||
|
displayName: "Download windowsARM64"
|
||||||
|
inputs:
|
||||||
|
artifactName: 'WindowsArm64'
|
||||||
|
targetPath: tmp
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: "Download Mac"
|
displayName: "Download Mac"
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in a new issue