Xamarin.PropertyEditing/azure-pipelines.yaml

31 строка
1.1 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

2020-02-05 16:42:18 +03:00
name: $(BuildID)
trigger:
branches:
include: [ main, d16-*, d17-* ]
pr:
autoCancel: 'true'
2020-02-05 16:42:18 +03:00
branches:
include: [ main, d16-*, d17-* ]
2020-02-05 16:42:18 +03:00
resources:
repositories:
- repository: self
- repository: templates # for shared yaml templates
type: github
name: xamarin/yaml-templates
2020-09-09 19:31:49 +03:00
ref: refs/heads/main
endpoint: xamarin
2020-02-05 16:42:18 +03:00
# Variables
variables:
- template: .build/automation/variables.yml
2020-02-05 16:42:18 +03:00
stages:
- template: .build/automation/stages/validate.yml
- template: .build/automation/stages/compliance.yml
# The following Stages are dependent on the OneLocBuild task which is not available in the Xamarin Public AzDevops instance
- template: .build/automation/stages/localization-handoff.yml # Process outgoing strings [Localization Handoff]
- template: .build/automation/stages/localization-handback.yml # Process incoming translations and Create PR to main [Localization Handback]
- template: .build/automation/stages/merge-translations-update.yml # Validating incoming translations strings and merge PR [Localization Handback]