Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ee5c25a

Browse files
committed
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.
1 parent af6715e commit ee5c25a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,8 @@
532532
"description": "Restores optimization profile data for the repository.",
533533
"settings": {
534534
"Project": "./build.proj",
535-
"RestoreOptData": "default"
535+
"RestoreOptData": "default",
536+
"MsBuildEventLogging": " ",
536537
}
537538
}
538539
},

0 commit comments

Comments
 (0)