From d3ff32da728e61378cce2d11e7028d1ae3bad3ee Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 21 May 2019 14:24:52 -0700 Subject: [PATCH] Run release against builds on release/* branches Fixes #2111 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f6acee37..a4ecc943 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -77,7 +77,7 @@ jobs: - Linux - macOS - Windows - condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) + condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/release/*'))) pool: vmImage: 'ubuntu-16.04' steps: