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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-11-16 20:55:50 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-11-16 20:55:50 +0300
commited2ddfbdcb17269269f6d83680b1efbc57f90e71 (patch)
tree007b220138be88cdb787ae9c19b86a094afc5700 /config.json
parentc55435befeb372707558a5c441b3c64bf243948f (diff)
Rolling back change in config.json
Diffstat (limited to 'config.json')
-rw-r--r--config.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.json b/config.json
index 285d6cf998..fea3dd68cd 100644
--- a/config.json
+++ b/config.json
@@ -27,7 +27,7 @@
"TestNugetRuntimeId": {
"description": "Target OS for result binaries.",
"valueType": "property",
- "values": ["win7-x64", "win7-x86", "osx.10.10-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "etc-other-rids"],
+ "values": ["win7-x64", "osx.10.10-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "etc-other-rids"],
"defaultValue": "${OSRid}-x64"
},
"TestWithLocalLibraries": {
@@ -308,8 +308,7 @@
"buildArch": {
"description": "Passes the value of the build architecture to the respective build-native script.",
"settings": {
- "Platform": "default",
- "TestNugetRuntimeId": "default"
+ "Platform": "default"
}
},
"verbose": {