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: