From 4b11dc566a5bbfa1378d6266525c281b028abcc8 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Fri, 10 Feb 2017 20:35:12 +0900 Subject: Imported Upstream version 1.0.0.9910 --- config.json | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index 1849272be1..be0b4bd121 100644 --- a/config.json +++ b/config.json @@ -294,6 +294,12 @@ "values": [ true, false ], "defaultValue": true }, + "BuildWrappers": { + "description": "Builds test Xunit wrappers", + "valueType": "property", + "values": [ true, false ], + "defaultValue": true + }, "RuntimeId": { "description": "Specifies the OS to build Core_Root for", "valueType": "property", @@ -435,6 +441,13 @@ "Project": "./src/syncAzure.proj" } }, + "n": { + "description": "Downloads test native binaries. The values for '-AzureAccount', '-AzureToken', and '-Container' are required", + "settings": { + "Project": "./src/syncAzure.proj", + "PublishTestNativeBins": "true" + } + }, "azureToken": { "description": "Account token to connect to Azure Blob storage.", "settings": { @@ -453,6 +466,12 @@ "__Container": "default" } }, + "runtimeId": { + "description": "Runtime ID of the binaries in the specified container.", + "settings": { + "RuntimeId": "default" + } + }, "verbose": { "description": "Passes /flp:v=diag to the msbuild command or the value passed by the user.", "settings": { @@ -470,12 +489,6 @@ "settings": { "BuildNumberMinor": "default" } - }, - "PublishTestNativeBins": { - "description": "Downloads Published test native binaries.", - "settings": { - "PublishTestNativeBins": "default" - } } }, "defaultValues": { @@ -602,4 +615,4 @@ "valueTypes": {} } } -} +} \ No newline at end of file -- cgit v1.2.3