This commit is contained in:
chrey-gh 2022-04-13 17:15:54 -07:00
Родитель 67922c1d62 94de94802a
Коммит b4e9ff6fa4
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,11 +1,11 @@
variables:
- template: ./config-aml.yml
- template: ../../../config-aml.yml
- ${{ if eq(variables['Build.SourceBranchName'], 'main') }}:
# 'main' branch: PRD environment
- template: ./config-infra-prod.yml
- template: ../../../config-infra-prod.yml
- ${{ if ne(variables['Build.SourceBranchName'], 'main') }}:
# 'develop' or feature branches: DEV environment
- template: ./config-infra-dev.yml
- template: ../../../config-infra-dev.yml
trigger:
- none