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:
authorMariana Rios Flores <mariari@microsoft.com>2016-08-16 02:19:48 +0300
committerGitHub <noreply@github.com>2016-08-16 02:19:48 +0300
commit916f37b983010b5f3e7806b722d47a461fd5ec91 (patch)
treeff779c85654ccfbafafea90438cce0f5c3622dff /config.json
parentf2f264f9e71bc982431a1ed21417ac7d3a3fd847 (diff)
change nodoReuse to nodeReuse (#10803)
Diffstat (limited to 'config.json')
-rw-r--r--config.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.json b/config.json
index 02f531bcae..8f11f237be 100644
--- a/config.json
+++ b/config.json
@@ -156,7 +156,7 @@
"values": ["True", "False"],
"defaultValue": true
},
- "MsBuildNodoReuse": {
+ "MsBuildNodeReuse": {
"description": "Disables node reuse.",
"valueType": "passThrough",
"values": [],
@@ -427,10 +427,10 @@
"MsBuildLogging": "/flp:v=diag;LogFile=build-managed.log"
}
},
- "nodoReuse":{
+ "nodeReuse":{
"description": "Disables node reuse because it causes file locking issues. Only available in the Desktop MsBuild.",
"settings":{
- "MsBuildNodoReuse": "default"
+ "MsBuildNodeReuse": "default"
}
},
"binclashWindows":{