mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
publish also ubuntu build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9a44ed854b
commit
42e6cbce3d
|
@ -253,6 +253,11 @@ stages:
|
||||||
pool:
|
pool:
|
||||||
vmImage: "windows-latest"
|
vmImage: "windows-latest"
|
||||||
steps:
|
steps:
|
||||||
|
- task: DownloadPipelineArtifact@2
|
||||||
|
displayName: 'Download macOS Build'
|
||||||
|
inputs:
|
||||||
|
artifact: 'UbuntuBuild'
|
||||||
|
path: $(Agent.TempDirectory)
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download macOS Build'
|
displayName: 'Download macOS Build'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in a new issue