From d4d4ad8aaa002ae25d46963949de04288f3ab47c Mon Sep 17 00:00:00 2001 From: Jeremy Zimmerman Date: Fri, 12 May 2023 10:31:26 -0400 Subject: [PATCH] Updated build. --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 44910d96..c5c951a1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,6 +30,7 @@ resources: variables: - group: Digital-Infrastructure + - group: ISS-BuildBranches stages: # PR's @@ -47,6 +48,7 @@ stages: - ${{ else }}: # Dev Build/Deploy - stage: Dev + condition: eq(variables['Build.SourceBranch'], variables['dev-branch'] ) variables: - group: ISS-Dev jobs: