From 46f003fe2276e319f86d06b934aab9d57461a9f6 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Wed, 21 Mar 2018 16:40:34 -0700 Subject: 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 --- config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config.json') 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": { -- cgit v1.2.3