Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jan 20, 2021
1 parent ec5d08a commit 3bc18ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
trigger: none

variables:
ReleaseVersion: '4.8.9'
ReleaseVersion: '4.8.10'

stages:

Expand Down Expand Up @@ -46,7 +46,7 @@ stages:
- job: UbuntuBuild
displayName: "Ubuntu build"
pool:
vmImage: "ubuntu-16.04"
vmImage: "ubuntu-latest"
steps:
- task: PythonScript@0
displayName: Build
Expand Down Expand Up @@ -231,7 +231,7 @@ stages:
- job: PythonPackage
displayName: "Python packaging"
pool:
vmImage: "ubuntu-16.04"
vmImage: "ubuntu-latest"
steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download macOS Build'
Expand Down Expand Up @@ -344,7 +344,7 @@ stages:
condition: eq(0,1)
displayName: "Publish to PyPI"
pool:
vmImage: "ubuntu-16.04"
vmImage: "ubuntu-latest"
steps:
- task: DownloadPipelineArtifact@2
inputs:
Expand Down

0 comments on commit 3bc18ab

Please sign in to comment.