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:05:07 +0300
committerCartBlanche <savagesoftware@gmail.com>2020-08-05 17:05:07 +0300
commit046b7941ee92e62ba76ca62b532a3a608ce48f5e (patch)
treed446011948f51a12942975706d7339d4fe942a32 /azure-pipelines.yaml
parent0e3751a8d85259b733651363cf87c73dd2baf325 (diff)
TermType required for each matrix entry.
Diffstat (limited to 'azure-pipelines.yaml')
-rw-r--r--azure-pipelines.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml
index b63645c..605a088 100644
--- a/azure-pipelines.yaml
+++ b/azure-pipelines.yaml
@@ -46,12 +46,13 @@ stages:
matrix:
SourceCodeOnly:
EXCLUSION_FILE: 'UserExclusion.xml'
+ TERM_TYPE: '0029a9'
EnglishResourceOnly:
EXCLUSION_FILE: 'UserExclusion.en.xml'
TERM_TYPE: '0029a9'
SpanishResourceOnly:
EXCLUSION_FILE: 'UserExclusion.es.xml'
- TERM_TYPE: ''
+ TERM_TYPE: '0029a9'
maxParallel: 2
steps:
- checkout: self