Skip to content

Commit 44a9d23

Browse files
authored
Merge branch 'main' into mstest-sdk
2 parents b090631 + acc45f7 commit 44a9d23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

GenerateAllSolution.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ if ($UseDiagnostics.IsPresent)
142142
$sdkoptions = "-d"
143143
$diagnostics = @(
144144
'-bl:slngen.binlog'
145-
'--consolelogger:ShowEventId;Summary;Verbosity=Detailed'
145+
# Console logger + binlog causes exception and failure
146+
# Track https://github.com/microsoft/slngen/issues/451
147+
#'--consolelogger:ShowEventId;Summary;Verbosity=Detailed'
146148
)
147149
}
148150
else

0 commit comments

Comments
 (0)