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:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-05-25 22:49:31 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-05-30 21:05:03 +0300
commit8238bd411088274627cc23f79ab780d4afc25435 (patch)
treef5a6b22c101250073f8b6ad224faea4fc99d60ec /config.json
parentfe513dbbf0660f324cccb3f937af342a1f7bc6d2 (diff)
Make portable builds the default and remove non-portable official builds
Diffstat (limited to 'config.json')
-rw-r--r--config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json b/config.json
index 57f63aa43e..d30f859467 100644
--- a/config.json
+++ b/config.json
@@ -40,7 +40,7 @@
"description": "Indicates if this is a portable build.",
"valueType": "property",
"values": [ "True", "False"],
- "defaultValue": "false"
+ "defaultValue": "true"
},
"SkipTests": {
"description": "Enables/Disables running tests.",
@@ -411,7 +411,7 @@
"CmakeBuildType": "default",
"HostOs": "default",
"ProcessorCount": "default",
- "AdditionalArgs": "default",
+ "AdditionalArgs": "-portable",
"ToolSetDir": "default"
}
}