XMerge branch 'main' of https://github.com/Azure/mlops-v2 into main
This commit is contained in:
Коммит
b4e9ff6fa4
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче