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:
authorEric St. John <ericstj@microsoft.com>2017-01-15 02:23:40 +0300
committerEric St. John <ericstj@microsoft.com>2017-01-15 02:23:40 +0300
commit2b1f4b4db9df22a87dcd8d55dc14f66fdc933b1e (patch)
treef1924972440bc92fc0b95f4ccbf22e2d83b692f3 /config.json
parentabd9e489c5a8464727b424fd3f779fe31469940b (diff)
Map portableLinux to RuntimeOS=linux
This is the new mapping in dev/eng infrastructure. I've tested this and it restores CoreCLR correctly as linux-x64 and produces the linux-x64 package for private.CoreFx.NETCoreApp
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json
index ed2c8b34e9..09547f9d42 100644
--- a/config.json
+++ b/config.json
@@ -242,7 +242,7 @@
"portableLinux":{
"description": "Make the build-native script generate binaries that are portable over glibc based Linux distros.",
"settings": {
- "FilterToOSGroup":"linux"
+ "RuntimeOS":"linux"
}
},
"tests": {