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-19 02:57:43 +0300
committerGitHub <noreply@github.com>2017-01-19 02:57:43 +0300
commit7caca8c58741fc54ce7e43992234260c75e90170 (patch)
tree6f866d2696af942464a6d3be7703be500bc1b39e /config.json
parentde6604266bbabc13bebe42186a0c49fc5cc38b74 (diff)
Refactor build definitions, enable portableLinux, merge helix changes (#15299)
Diffstat (limited to 'config.json')
-rw-r--r--config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.json b/config.json
index 09547f9d42..45a4eb4f7c 100644
--- a/config.json
+++ b/config.json
@@ -502,6 +502,12 @@
"BuildNumberMinor": "default"
}
},
+ "portableLinux":{
+ "description": "Download packages that are portable over glibc based Linux distros.",
+ "settings": {
+ "RuntimeOS":"linux"
+ }
+ },
"verbose": {
"description": "Passes /flp:v=diag to the msbuild command or the value passed by the user.",
"settings": {