Skip to content

Commit 8c6b1f4

Browse files
disable nuget
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 87d1131 commit 8c6b1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ stages:
476476

477477

478478
- job: NuGetPublish
479-
condition: eq(1,1)
479+
condition: eq(0,1)
480480
displayName: "Publish to NuGet.org"
481481
steps:
482482
- task: DownloadPipelineArtifact@2

0 commit comments

Comments
 (0)