From bc2e6ce037a947c449ae291788924a2b0ff41e1e Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Sat, 10 Jul 2021 22:42:02 +0200 Subject: [PATCH] Update release.yml for Azure Pipelines --- scripts/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"