summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2018-03-26 16:13:54 -0700
committerWes Haggard <Wes.Haggard@microsoft.com>2018-03-26 16:13:54 -0700
commitee5c25a050fa0a93d38614e24281553071845a06 (patch)
tree00220e2f5dc9b80411de3eb807a8d2ffdf84cc9f /config.json
parentaf6715e91b241bfe09bfde3842f325429a35913a (diff)
downloadcoreclr-ee5c25a050fa0a93d38614e24281553071845a06.tar.gz
coreclr-ee5c25a050fa0a93d38614e24281553071845a06.tar.bz2
coreclr-ee5c25a050fa0a93d38614e24281553071845a06.zip
Disable MSBuildEventLogging for optdata alias
We don't need the binclash logger for optdata so disable it by pass a single space (note empty string means default). The default value points at net46 which isn't what we want on linux.
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 49a5575451..84cd288622 100644
--- a/config.json
+++ b/config.json
@@ -532,7 +532,8 @@
"description": "Restores optimization profile data for the repository.",
"settings": {
"Project": "./build.proj",
- "RestoreOptData": "default"
+ "RestoreOptData": "default",
+ "MsBuildEventLogging": " ",
}
}
},