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
|
@ -100,9 +100,9 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20154.1">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20155.4">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>5d8c586ca1bed15f630ba7d2ed16f591be06eafd</Sha>
|
<Sha>08eea2b992d991297fc23de413bddfb9b3db5082</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ToolsetDependencies>
|
</ToolsetDependencies>
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
|
|
|
@ -31,7 +31,9 @@ function Write-PipelineTelemetryError {
|
||||||
|
|
||||||
$PSBoundParameters.Remove('Category') | Out-Null
|
$PSBoundParameters.Remove('Category') | Out-Null
|
||||||
|
|
||||||
|
if($Force -Or ((Test-Path variable:ci) -And $ci)) {
|
||||||
$Message = "(NETCORE_ENGINEERING_TELEMETRY=$Category) $Message"
|
$Message = "(NETCORE_ENGINEERING_TELEMETRY=$Category) $Message"
|
||||||
|
}
|
||||||
$PSBoundParameters.Remove('Message') | Out-Null
|
$PSBoundParameters.Remove('Message') | Out-Null
|
||||||
$PSBoundParameters.Add('Message', $Message)
|
$PSBoundParameters.Add('Message', $Message)
|
||||||
Write-PipelineTaskError @PSBoundParameters
|
Write-PipelineTaskError @PSBoundParameters
|
||||||
|
|
|
@ -635,7 +635,7 @@ function MSBuild-Core() {
|
||||||
$exitCode = Exec-Process $buildTool.Path $cmdArgs
|
$exitCode = Exec-Process $buildTool.Path $cmdArgs
|
||||||
|
|
||||||
if ($exitCode -ne 0) {
|
if ($exitCode -ne 0) {
|
||||||
Write-PipelineTelemetryError Category 'Build' -Message 'Build failed.'
|
Write-PipelineTelemetryError -Category 'Build' -Message 'Build failed.'
|
||||||
|
|
||||||
$buildLog = GetMSBuildBinaryLogCommandLineArgument $args
|
$buildLog = GetMSBuildBinaryLogCommandLineArgument $args
|
||||||
if ($buildLog -ne $null) {
|
if ($buildLog -ne $null) {
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20154.1"
|
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20155.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue