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:
authorGaurav Khanna <gkhanna@microsoft.com>2017-03-24 00:08:00 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2017-03-28 17:42:58 +0300
commitd443b3be32d3024e2bdbc80fda0ad7fcc358f1c9 (patch)
tree5c9f084db3b4d776aed0fbeeb96dd765179b585d /config.json
parent8876b988df5737f154eda5f688dae3568ad5d6cc (diff)
Enable PortableRID packaging
Diffstat (limited to 'config.json')
-rw-r--r--config.json22
1 files changed, 14 insertions, 8 deletions
diff --git a/config.json b/config.json
index 333f108cbf..9cab61d54a 100644
--- a/config.json
+++ b/config.json
@@ -36,6 +36,12 @@
"values": ["win7", "osx.10.10", "ubuntu.14.04", "ubuntu.16.04", "etc-other-rid-based-os-names"],
"defaultValue": ""
},
+ "PortableBuild": {
+ "description": "Indicates if this is a portable build.",
+ "valueType": "property",
+ "values": [ "True", "False"],
+ "defaultValue": "false"
+ },
"SkipTests": {
"description": "Enables/Disables running tests.",
"valueType": "property",
@@ -240,10 +246,10 @@
"MsBuildLogging":"/flp:v=normal;LogFile=build-packages.log"
}
},
- "portableLinux":{
- "description": "Make the build-native script generate binaries that are portable over glibc based Linux distros.",
+ "portable":{
+ "description": "Make the build-native script generate binaries that are portable for the platform.",
"settings": {
- "RuntimeOS":"linux"
+ "PortableBuild":"true"
}
},
"stripSymbols": {
@@ -380,10 +386,10 @@
"RuntimeOs": "default"
}
},
- "portableLinux":{
+ "portable":{
"description": "Make the build-native script generate binaries that are portable over glibc based Linux distros.",
"settings": {
- "AdditionalArgs": "portableLinux"
+ "AdditionalArgs": "-portable"
}
},
"stripSymbols": {
@@ -533,10 +539,10 @@
"BuildNumberMinor": "default"
}
},
- "portableLinux":{
- "description": "Download packages that are portable over glibc based Linux distros.",
+ "portable":{
+ "description": "Download packages that are portable for the platform.",
"settings": {
- "RuntimeOS":"linux"
+ "PortableBuild":"true"
}
},
"verbose": {