3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 09:55:19 +00:00

fix build flags for release.yaml

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-12-16 04:41:29 +01:00
parent a97ad76bb6
commit a6e59ea45e

View file

@ -581,7 +581,7 @@ stages:
- job: NuGetPublish - job: NuGetPublish
condition: eq(1,1) condition: eq(0,1)
displayName: "Publish to NuGet.org" displayName: "Publish to NuGet.org"
steps: steps:
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
@ -602,7 +602,7 @@ stages:
# Enable on release: # Enable on release:
- job: PyPIPublish - job: PyPIPublish
condition: eq(0,1) condition: eq(1,1)
displayName: "Publish to PyPI" displayName: "Publish to PyPI"
pool: pool:
vmImage: "ubuntu-latest" vmImage: "ubuntu-latest"