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 17:58:59 +0300
committerCartBlanche <savagesoftware@gmail.com>2020-08-05 17:58:59 +0300
commit11ab394ffecdee02af2bf1134312a8ce788c1c5c (patch)
tree1a04f96261827adabf1a25cce53cdef2a7f7d1ff
parent046b7941ee92e62ba76ca62b532a3a608ce48f5e (diff)
Use correct termType for Spanish.
-rw-r--r--azure-pipelines.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml
index 605a088..cf8f021 100644
--- a/azure-pipelines.yaml
+++ b/azure-pipelines.yaml
@@ -52,7 +52,7 @@ stages:
TERM_TYPE: '0029a9'
SpanishResourceOnly:
EXCLUSION_FILE: 'UserExclusion.es.xml'
- TERM_TYPE: '0029a9'
+ TERM_TYPE: '0099a1034'
maxParallel: 2
steps:
- checkout: self