3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

disable nuget publish for now

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-05-08 12:32:57 -07:00
parent b42ea38028
commit 2804b40edb

View file

@ -284,6 +284,7 @@ stages:
isPreRelease: false
- job: NuGetPublish
condition: eq(0,1)
displayName: "Publish to NuGet.org"
steps:
- task: DownloadPipelineArtifact@2