Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchcosta <chcosta@microsoft.com>2017-01-04 04:16:39 +0300
committerGitHub <noreply@github.com>2017-01-04 04:16:39 +0300
commitcbb611fff6288356510e2d196a94e79e58d46538 (patch)
treeee726af08c8fa62bcc137327bac5c424754121de /config.json
parent412e9292bdbe9715a753db655189323ba0d05192 (diff)
Pass architecturegroup to build-managed (#14836)
Diffstat (limited to 'config.json')
-rw-r--r--config.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.json b/config.json
index 4330cbe8f8..979dfa5b95 100644
--- a/config.json
+++ b/config.json
@@ -42,8 +42,8 @@
"values": ["True", "False"],
"defaultValue": true
},
- "TestArchitecture": {
- "description": "Sets the architecture value that will be used for testing.",
+ "ArchitectureGroup": {
+ "description": "Sets the architecture value that will be used for managed builds.",
"valueType": "property",
"values": ["AnyCPU", "x86", "arm", "x64", "arm64"],
"defaultValue": "x64"
@@ -302,7 +302,7 @@
"buildArch": {
"description": "Passes the value of the test architecture to the respective build-managed script.",
"settings": {
- "TestArchitecture": "default"
+ "ArchitectureGroup": "default"
}
},
"verbose": {