Skip to content

Commit

Permalink
fix build flags for release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Dec 16, 2024
1 parent a97ad76 commit a6e59ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ stages:


- job: NuGetPublish
condition: eq(1,1)
condition: eq(0,1)
displayName: "Publish to NuGet.org"
steps:
- task: DownloadPipelineArtifact@2
Expand All @@ -602,7 +602,7 @@ stages:

# Enable on release:
- job: PyPIPublish
condition: eq(0,1)
condition: eq(1,1)
displayName: "Publish to PyPI"
pool:
vmImage: "ubuntu-latest"
Expand Down

0 comments on commit a6e59ea

Please sign in to comment.