We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda081e commit acc45f7Copy full SHA for acc45f7
GenerateAllSolution.ps1
@@ -142,7 +142,9 @@ if ($UseDiagnostics.IsPresent)
142
$sdkoptions = "-d"
143
$diagnostics = @(
144
'-bl:slngen.binlog'
145
- '--consolelogger:ShowEventId;Summary;Verbosity=Detailed'
+ # Console logger + binlog causes exception and failure
146
+ # Track https://github.com/microsoft/slngen/issues/451
147
+ #'--consolelogger:ShowEventId;Summary;Verbosity=Detailed'
148
)
149
}
150
else
0 commit comments