summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
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": {