mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 22:03:39 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ec5d08ac00
commit
3bc18ab0d1
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
trigger: none
|
trigger: none
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
ReleaseVersion: '4.8.9'
|
ReleaseVersion: '4.8.10'
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ stages:
|
||||||
- job: UbuntuBuild
|
- job: UbuntuBuild
|
||||||
displayName: "Ubuntu build"
|
displayName: "Ubuntu build"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-16.04"
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- task: PythonScript@0
|
- task: PythonScript@0
|
||||||
displayName: Build
|
displayName: Build
|
||||||
|
@ -231,7 +231,7 @@ stages:
|
||||||
- job: PythonPackage
|
- job: PythonPackage
|
||||||
displayName: "Python packaging"
|
displayName: "Python packaging"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-16.04"
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download macOS Build'
|
displayName: 'Download macOS Build'
|
||||||
|
@ -344,7 +344,7 @@ stages:
|
||||||
condition: eq(0,1)
|
condition: eq(0,1)
|
||||||
displayName: "Publish to PyPI"
|
displayName: "Publish to PyPI"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-16.04"
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue