Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCartBlanche <savagesoftware@gmail.com>2020-08-05 19:18:41 +0300
committerCartBlanche <savagesoftware@gmail.com>2020-08-05 19:18:41 +0300
commit70ce0dcdca02b0287445451c9db867fb9dd54984 (patch)
tree500ebd3fe47368a303a7d2f787df7ef33f8afc46 /azure-pipelines.yaml
parent836ae2a0455d4c0289e5674f56cc0bae881328bc (diff)
Forgot to give zh-hans and zh-hant unique names. Also not pointing to master on templates.
Diffstat (limited to 'azure-pipelines.yaml')
-rw-r--r--azure-pipelines.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml
index 7e3f616..e3100c5 100644
--- a/azure-pipelines.yaml
+++ b/azure-pipelines.yaml
@@ -17,7 +17,7 @@ resources:
- repository: templates
type: github
name: xamarin/yaml-templates
- ref: refs/heads/dominqiue-AddTermType
+ ref: refs/heads/master
endpoint: xamarin
stages:
@@ -83,10 +83,10 @@ stages:
TrResourceOnly:
EXCLUSION_FILE: 'UserExclusion.tr.xml'
TERM_TYPE: '0107a1055'
- TrResourceOnly:
+ ChineseSimplifiedResourceOnly:
EXCLUSION_FILE: 'UserExclusion.zh-hans.xml'
TERM_TYPE: '0021a2052'
- TrResourceOnly:
+ ChineseTraditionalResourceOnly:
EXCLUSION_FILE: 'UserExclusion.zh-hant.xml'
TERM_TYPE: '0022a3076'
maxParallel: 2