summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorChristopher Costa <chcosta@microsoft.com>2016-11-10 11:20:50 -0800
committerChristopher Costa <chcosta@microsoft.com>2016-11-10 11:20:50 -0800
commit9fd7bc41de9700398fb3eedaae172bebd4aa79e1 (patch)
treeac89b1211205ec2ed4c24adb1cda516c880b46a4 /config.json
parent55a89556b53feeb6fcaa15ae48305994e690f2e0 (diff)
downloadcoreclr-9fd7bc41de9700398fb3eedaae172bebd4aa79e1.tar.gz
coreclr-9fd7bc41de9700398fb3eedaae172bebd4aa79e1.tar.bz2
coreclr-9fd7bc41de9700398fb3eedaae172bebd4aa79e1.zip
Enable binclash logger
Diffstat (limited to 'config.json')
-rw-r--r--config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json b/config.json
index 1214e0f040..1849272be1 100644
--- a/config.json
+++ b/config.json
@@ -414,7 +414,8 @@
"settings": {
"MsBuildLog": "default",
"MsBuildWrn": "default",
- "MsBuildErr": "default"
+ "MsBuildErr": "default",
+ "MsBuildEventLogging": "default"
}
}
},