summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2017-03-22 13:30:49 -0700
committerGitHub <noreply@github.com>2017-03-22 13:30:49 -0700
commitda1d8cd17a8ec2a78e8139d03be358d26acb503c (patch)
tree46a3d6f201bb31f690dfd77ae9bb57667a7cc110 /config.json
parent2e970d8c53b4750c46ea00ea4c044af57e6b53df (diff)
downloadcoreclr-da1d8cd17a8ec2a78e8139d03be358d26acb503c.tar.gz
coreclr-da1d8cd17a8ec2a78e8139d03be358d26acb503c.tar.bz2
coreclr-da1d8cd17a8ec2a78e8139d03be358d26acb503c.zip
Enable Portable Windows RID (#10365)
* Enable Portable RID support for Windows and OSX.
Diffstat (limited to 'config.json')
-rw-r--r--config.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.json b/config.json
index 03a705449d..9900b47f2d 100644
--- a/config.json
+++ b/config.json
@@ -210,6 +210,12 @@
"values": [ "x86", "x64", "arm", "arm64" ],
"defaultValue": "${CPUArch}"
},
+ "PortableBuild": {
+ "description": "Indicates if this is a portable build.",
+ "valueType": "property",
+ "values": [ "0", "1"],
+ "defaultValue": "0"
+ },
"Rebuild": {
"description": "Specifies rebuild target.",
"valueType": "target",
@@ -444,6 +450,12 @@
"RestoreDuringBuild": false
}
},
+ "portable": {
+ "description": "Triggers a portable build.",
+ "settings": {
+ "PortableBuild": "1"
+ }
+ },
"BuildTarget": {
"description": "Runs the build target.",
"settings": {