From 447284958c5290c348d36920e279885850b8cb76 Mon Sep 17 00:00:00 2001 From: FrankRua Date: Wed, 11 May 2022 09:06:24 -0400 Subject: [PATCH] branch selection --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 036eb3d23..f11da4951 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,6 +30,7 @@ resources: variables: - group: Digital-Infrastructure + - group: FixMyGlass-BuildBranches stages: # PR's @@ -47,6 +48,7 @@ stages: # Dev Build/Deploy - ${{ else }}: - stage: Dev + condition: eq(variables['Build.SourceBranch'], variables['dev-branch'] ) variables: - group: FixMyGlassDev jobs: @@ -88,6 +90,7 @@ stages: # QA Build/Deploy - stage: Qa + condition: eq(variables['Build.SourceBranch'], variables['qa-branch'] ) variables: - group: FixMyGlassQa jobs: