Update dependencies from https://github.com/dotnet/arcade build 20200305.4 (#6704)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20155.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
63f94b00b3
commit
da60efc740
4 changed files with 7 additions and 5 deletions
|
@ -635,7 +635,7 @@ function MSBuild-Core() {
|
|||
$exitCode = Exec-Process $buildTool.Path $cmdArgs
|
||||
|
||||
if ($exitCode -ne 0) {
|
||||
Write-PipelineTelemetryError Category 'Build' -Message 'Build failed.'
|
||||
Write-PipelineTelemetryError -Category 'Build' -Message 'Build failed.'
|
||||
|
||||
$buildLog = GetMSBuildBinaryLogCommandLineArgument $args
|
||||
if ($buildLog -ne $null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue