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-27 13:08:01 -0700
commit50d062a181ae0423e5e460e524bd1de5d5f5ba3f (patch)
tree9d1401699321620b4fd4cad15c5c9464eb460afa /config.json
parent323f09d890015ea7fccece60d1681dd8d3e5f1f2 (diff)
downloadcoreclr-50d062a181ae0423e5e460e524bd1de5d5f5ba3f.tar.gz
coreclr-50d062a181ae0423e5e460e524bd1de5d5f5ba3f.tar.bz2
coreclr-50d062a181ae0423e5e460e524bd1de5d5f5ba3f.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": " ",
}
}
},