From f124ac52853a724e42d0d0630ce2ace236357f4a Mon Sep 17 00:00:00 2001 From: Brian Lagunas Date: Thu, 6 Jun 2019 10:47:23 -0600 Subject: [PATCH] Update azure-pipelines.yml --- Source/build/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/build/azure-pipelines.yml b/Source/build/azure-pipelines.yml index f85c1d865..2b45d7945 100644 --- a/Source/build/azure-pipelines.yml +++ b/Source/build/azure-pipelines.yml @@ -58,7 +58,7 @@ stages: - stage: deploy displayName: Deploy Artifacts - condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest')) + condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) jobs: - deployment: MyGet displayName: MyGet.org