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 bbc874d commit 4dabd2eCopy full SHA for 4dabd2e
GenerateAllSolution.ps1
@@ -70,7 +70,7 @@ if ($IncludeHeads -ne 'uwp')
70
if ($UseDiagnostics.IsPresent)
71
{
72
$sdkoptions = " -d"
73
- $diagnostics = '-bl:slngen.binlog --consolelogger:"ShowEventId;Summary;Verbosity=Detailed" --filelogger:"LogFile=slngen.log;Append;Verbosity=Diagnostic;Encoding=UTF-8" '
+ $diagnostics = '-bl:slngen.binlog --consolelogger:"ShowEventId;Summary;Verbosity=Detailed" '
74
}
75
else
76
0 commit comments