summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-02-10 20:35:12 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-02-10 20:35:12 +0900
commit4b11dc566a5bbfa1378d6266525c281b028abcc8 (patch)
treeb48831a898906734f8884d08b6e18f1144ee2b82 /config.json
parentdb20f3f1bb8595633a7e16c8900fd401a453a6b5 (diff)
downloadcoreclr-4b11dc566a5bbfa1378d6266525c281b028abcc8.tar.gz
coreclr-4b11dc566a5bbfa1378d6266525c281b028abcc8.tar.bz2
coreclr-4b11dc566a5bbfa1378d6266525c281b028abcc8.zip
Imported Upstream version 1.0.0.9910upstream/1.0.0.9910
Diffstat (limited to 'config.json')
-rw-r--r--config.json27
1 files changed, 20 insertions, 7 deletions
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