From 5a52382d1f580fb9b922237f0e27b7135d820dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 11 Sep 2019 19:29:28 +0200 Subject: [PATCH] Only upload dev builds from develop branch --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe086728..b353851b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -111,7 +111,7 @@ jobs: - MacOS - Windows_x86 - Windows_x64 - condition: succeeded() + condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'develop')) variables: - group: bintray pool: