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-15 00:18:15 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-11-15 00:53:19 +0300
commit3878be1f7f72232775a089345539ba882c2e7eb1 (patch)
tree90883d0808a69b28d86d022d9e5e89efa8596ab6 /config.json
parent8bdf055fa5974a0c43bce3182239bde00b440e99 (diff)
Adding x86 CI build and test run.
Diffstat (limited to 'config.json')
-rw-r--r--config.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.json b/config.json
index fea3dd68cd..285d6cf998 100644
--- a/config.json
+++ b/config.json
@@ -27,7 +27,7 @@
"TestNugetRuntimeId": {
"description": "Target OS for result binaries.",
"valueType": "property",
- "values": ["win7-x64", "osx.10.10-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "etc-other-rids"],
+ "values": ["win7-x64", "win7-x86", "osx.10.10-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "etc-other-rids"],
"defaultValue": "${OSRid}-x64"
},
"TestWithLocalLibraries": {
@@ -308,7 +308,8 @@
"buildArch": {
"description": "Passes the value of the build architecture to the respective build-native script.",
"settings": {
- "Platform": "default"
+ "Platform": "default",
+ "TestNugetRuntimeId": "default"
}
},
"verbose": {