Skip to content

Commit

Permalink
Merge branch 'main' into wasdk/1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe authored Aug 7, 2024
2 parents ed07936 + acc45f7 commit d013d13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GenerateAllSolution.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d013d13

Please sign in to comment.