提交 32c8ec13 编写于 作者: J Jared Parsons

Include summary output in MSBuild

Added the Summary option to `/consoleloggerparameters` so the build failure is
summarized at the bottom of the output.
上级 70d51932
......@@ -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.
先完成此消息的编辑!
想要评论请 注册