Updated build.
This commit is contained in:
parent
e7ee65c5e1
commit
d4d4ad8aaa
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue