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 06:55:17 +0300
committerGitHub <noreply@github.com>2017-01-04 06:55:17 +0300
commit547cdd33281dbf7fa7c7eb1ca2686b178e3ec7eb (patch)
tree2232431a697962bb21ccc93b0ea530d1d275b57c /config.json
parentcbb611fff6288356510e2d196a94e79e58d46538 (diff)
change architecturegroup to archgroup in config.json for build-managed.cmd
Diffstat (limited to 'config.json')
-rw-r--r--config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json b/config.json
index 979dfa5b95..e494932ef6 100644
--- a/config.json
+++ b/config.json
@@ -42,7 +42,7 @@
"values": ["True", "False"],
"defaultValue": true
},
- "ArchitectureGroup": {
+ "ArchGroup": {
"description": "Sets the architecture value that will be used for managed builds.",
"valueType": "property",
"values": ["AnyCPU", "x86", "arm", "x64", "arm64"],
@@ -302,7 +302,7 @@
"buildArch": {
"description": "Passes the value of the test architecture to the respective build-managed script.",
"settings": {
- "ArchitectureGroup": "default"
+ "ArchGroup": "default"
}
},
"verbose": {