Skip to content

Commit acc45f7

Browse files
Arlodotexemichael-hawker
authored andcommitted
Disable consolelogger, add tracking issue
1 parent fda081e commit acc45f7

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)