Skip to content

Commit

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

[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored May 26, 2021
1 parent bf6212b commit f577471
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,25 +150,25 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
</ProductDependencies>
<ToolsetDependencies>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21274.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21275.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f22435d0f9cc367e75e1875d93ef980be1be6b79</Sha>
<Sha>579b548c545da1a9747bc5df599f38fe86d66251</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="6.0.0-beta.21274.6">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="6.0.0-beta.21275.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f22435d0f9cc367e75e1875d93ef980be1be6b79</Sha>
<Sha>579b548c545da1a9747bc5df599f38fe86d66251</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21274.6">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21275.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f22435d0f9cc367e75e1875d93ef980be1be6b79</Sha>
<Sha>579b548c545da1a9747bc5df599f38fe86d66251</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="6.0.0-beta.21274.6">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="6.0.0-beta.21275.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f22435d0f9cc367e75e1875d93ef980be1be6b79</Sha>
<Sha>579b548c545da1a9747bc5df599f38fe86d66251</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21274.6">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21275.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f22435d0f9cc367e75e1875d93ef980be1be6b79</Sha>
<Sha>579b548c545da1a9747bc5df599f38fe86d66251</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
</PropertyGroup>
<!-- Arcade -->
<PropertyGroup>
<MicrosoftDotNetGenFacadesPackageVersion>6.0.0-beta.21274.6</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>6.0.0-beta.21274.6</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>6.0.0-beta.21274.6</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>6.0.0-beta.21275.5</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>6.0.0-beta.21275.5</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>6.0.0-beta.21275.5</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftNETTestSdkVersion>16.5.0</MicrosoftNETTestSdkVersion>
</PropertyGroup>
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
Expand Down
4 changes: 2 additions & 2 deletions eng/common/sdk-task.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ try {
}

if ($task -eq "") {
Write-PipelineTelemetryError -Category 'Build' -Message "Missing required parameter '-task <value>'" -ForegroundColor Red
Write-PipelineTelemetryError -Category 'Build' -Message "Missing required parameter '-task <value>'"
Print-Usage
ExitWithExitCode 1
}
Expand All @@ -78,7 +78,7 @@ try {

$taskProject = GetSdkTaskProject $task
if (!(Test-Path $taskProject)) {
Write-PipelineTelemetryError -Category 'Build' -Message "Unknown task: $task" -ForegroundColor Red
Write-PipelineTelemetryError -Category 'Build' -Message "Unknown task: $task"
ExitWithExitCode 1
}

Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"version": "6.0.100-preview.3.21202.5"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21274.6",
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21275.5",
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21076.1",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21274.6",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21275.5",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "6.0.0-preview.6.21275.1"
},
Expand Down

0 comments on commit f577471

Please sign in to comment.