From 9f57f7d61fcbcc80eff5477089c1124be2e0536f Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Thu, 8 Aug 2019 21:43:12 -0700 Subject: [PATCH] Make releases drafts (#172) --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d04d24a..473b29a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -163,3 +163,4 @@ stages: tag: $(tagName) assets: '$(Build.ArtifactStagingDirectory)/$(xpcPackageName).zip' isPreRelease: true + isDraft: true