提交 844fea4d 编写于 作者: J Jared Parsons 提交者: GitHub

Merge pull request #20778 from jaredpar/fix-output

Include summary output in MSBuild
......@@ -79,7 +79,7 @@ function Run-MSBuild([string]$buildArgs = "", [string]$logFile = "") {
# that we do not reuse MSBuild nodes from other jobs/builds on the machine. Otherwise,
# we'll run into issues such as https://github.com/dotnet/roslyn/issues/6211.
# MSBuildAdditionalCommandLineArgs=
$args = "/p:TreatWarningsAsErrors=true /warnaserror /nologo /m /nodeReuse:false /consoleloggerparameters:Verbosity=minimal";
$args = "/p:TreatWarningsAsErrors=true /warnaserror /nologo /m /nodeReuse:false /consoleloggerparameters:Verbosity=minimal;summary";
if ($logFile -ne "") {
$args += " /filelogger /fileloggerparameters:Verbosity=normal;logFile=$logFile";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册