mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +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:
|
||||
vmImage: "windows-latest"
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download macOS Build'
|
||||
inputs:
|
||||
artifact: 'UbuntuBuild'
|
||||
path: $(Agent.TempDirectory)
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download macOS Build'
|
||||
inputs:
|
||||
|
|
Loading…
Reference in a new issue