summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2018-03-21 16:40:34 -0700
committerWes Haggard <Wes.Haggard@microsoft.com>2018-03-27 13:07:02 -0700
commitad1ad9e87965f23b5821216affb906aff63fe5da (patch)
treef5e2799c97e3ef25461058807c83b58cc2b6cb4c /config.json
parent5142664458905a6f5164fd4e4baf483d8aa2b99e (diff)
downloadcoreclr-ad1ad9e87965f23b5821216affb906aff63fe5da.tar.gz
coreclr-ad1ad9e87965f23b5821216affb906aff63fe5da.tar.bz2
coreclr-ad1ad9e87965f23b5821216affb906aff63fe5da.zip
Fix RestoreSources for optdata packages
Pass unprocessed args to restore optdata step so it can override the sources when doing restore Handle prority as an unprocessed arg for the sync alias
Diffstat (limited to 'config.json')
-rw-r--r--config.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.json b/config.json
index 1725bc04a7..915c31807c 100644
--- a/config.json
+++ b/config.json
@@ -53,7 +53,7 @@
"valueType": "target",
"values": [],
"defaultValue": ""
- },
+ },
"ContainerName": {
"description": "Container name for Azure upload.",
"valueType": "property",
@@ -589,6 +589,12 @@
"RestoreOptData": "default"
}
},
+ "priority": {
+ "description": "Sets CLRTestPriorityToBuild property.",
+ "settings": {
+ "CLRTestPriorityToBuild": "default"
+ }
+ },
"ab": {
"description": "Downloads the latests product packages from Azure. The values for '-AzureAccount' and '-AzureToken' are required",
"settings": {