diff --git a/GenerateAllSolution.ps1 b/GenerateAllSolution.ps1 index f4282943..1ef1efac 100644 --- a/GenerateAllSolution.ps1 +++ b/GenerateAllSolution.ps1 @@ -142,7 +142,9 @@ if ($UseDiagnostics.IsPresent) $sdkoptions = "-d" $diagnostics = @( '-bl:slngen.binlog' - '--consolelogger:ShowEventId;Summary;Verbosity=Detailed' + # Console logger + binlog causes exception and failure + # Track https://github.com/microsoft/slngen/issues/451 + #'--consolelogger:ShowEventId;Summary;Verbosity=Detailed' ) } else