diff --git a/scripts/release.yml b/scripts/release.yml index 1e93d51c3..81f4fc897 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -325,7 +325,7 @@ stages: # Enable on release: - job: NuGetPublish - condition: eq(0,1) + condition: eq(1,1) displayName: "Publish to NuGet.org" steps: - task: DownloadPipelineArtifact@2 @@ -346,7 +346,7 @@ stages: # Enable on release: - job: PyPIPublish - condition: eq(0,1) + condition: eq(1,1) displayName: "Publish to PyPI" pool: vmImage: "ubuntu-latest"