Updated build.

This commit is contained in:
Jeremy Zimmerman 2023-05-12 10:31:26 -04:00
parent e7ee65c5e1
commit d4d4ad8aaa

View file

@ -30,6 +30,7 @@ resources:
variables: variables:
- group: Digital-Infrastructure - group: Digital-Infrastructure
- group: ISS-BuildBranches
stages: stages:
# PR's # PR's
@ -47,6 +48,7 @@ stages:
- ${{ else }}: - ${{ else }}:
# Dev Build/Deploy # Dev Build/Deploy
- stage: Dev - stage: Dev
condition: eq(variables['Build.SourceBranch'], variables['dev-branch'] )
variables: variables:
- group: ISS-Dev - group: ISS-Dev
jobs: jobs: