diff --git a/scripts/release.yml b/scripts/release.yml index 6011c12f4..5c88c89ae 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -476,7 +476,7 @@ stages: - job: NuGetPublish - condition: eq(1,1) + condition: eq(0,1) displayName: "Publish to NuGet.org" steps: - task: DownloadPipelineArtifact@2