Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 2020030
Browse files Browse the repository at this point in the history
….4 (dotnet#4192)

- Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.20155.4
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20155.4
- Microsoft.DotNet.GenFacades - 5.0.0-beta.20155.4
- Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20155.4
- Microsoft.DotNet.SignTool - 5.0.0-beta.20155.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Mar 6, 2020
1 parent fdde36d commit 01a56cf
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 19 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
<ProductDependencies>
</ProductDependencies>
<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>
<Sha>5d8c586ca1bed15f630ba7d2ed16f591be06eafd</Sha>
<Sha>08eea2b992d991297fc23de413bddfb9b3db5082</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.20154.1">
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.20155.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5d8c586ca1bed15f630ba7d2ed16f591be06eafd</Sha>
<Sha>08eea2b992d991297fc23de413bddfb9b3db5082</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20154.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20155.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5d8c586ca1bed15f630ba7d2ed16f591be06eafd</Sha>
<Sha>08eea2b992d991297fc23de413bddfb9b3db5082</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20154.1">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20155.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5d8c586ca1bed15f630ba7d2ed16f591be06eafd</Sha>
<Sha>08eea2b992d991297fc23de413bddfb9b3db5082</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20154.1">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20155.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5d8c586ca1bed15f630ba7d2ed16f591be06eafd</Sha>
<Sha>08eea2b992d991297fc23de413bddfb9b3db5082</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
10 changes: 5 additions & 5 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
</PropertyGroup>
<!-- Arcade dependencies -->
<PropertyGroup>
<MicrosoftDotNetArcadeSdkPackageVersion>5.0.0-beta.20154.1</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetHelixSdkPackageVersion>5.0.0-beta.20154.1</MicrosoftDotNetHelixSdkPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.20154.1</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.20154.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetSignToolVersion>5.0.0-beta.20154.1</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>5.0.0-beta.20155.4</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetHelixSdkPackageVersion>5.0.0-beta.20155.4</MicrosoftDotNetHelixSdkPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.20155.4</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.20155.4</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetSignToolVersion>5.0.0-beta.20155.4</MicrosoftDotNetSignToolVersion>
</PropertyGroup>
<!-- CoreFx dependencies -->
<PropertyGroup>
Expand Down
4 changes: 3 additions & 1 deletion eng/common/pipeline-logging-functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ function Write-PipelineTelemetryError {

$PSBoundParameters.Remove('Category') | Out-Null

$Message = "(NETCORE_ENGINEERING_TELEMETRY=$Category) $Message"
if($Force -Or ((Test-Path variable:ci) -And $ci)) {
$Message = "(NETCORE_ENGINEERING_TELEMETRY=$Category) $Message"
}
$PSBoundParameters.Remove('Message') | Out-Null
$PSBoundParameters.Add('Message', $Message)
Write-PipelineTaskError @PSBoundParameters
Expand Down
2 changes: 1 addition & 1 deletion eng/common/tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": "3.1.101"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20154.1",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20154.1"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20155.4",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20155.4"
}
}

0 comments on commit 01a56cf

Please sign in to comment.