From 3523fcd12ee3d9ee672de1eb1d3599e3bf87e238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 11 Sep 2019 23:45:59 +0200 Subject: [PATCH] Use the right branch name for develop --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b353851b..656e8558 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -111,7 +111,7 @@ jobs: - MacOS - Windows_x86 - Windows_x64 - condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'develop')) + condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/develop')) variables: - group: bintray pool: