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