[main] Update dependencies from dotnet/arcade (#18874)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-03-05 19:04:13 +00:00 committed by GitHub
parent 0da99fef6f
commit f029abaffa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 14 deletions

View file

@ -243,17 +243,17 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24154.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>010fecb0832fd4f0a39012ebd0859afc4bca750d</Sha>
<Sha>db45698020f58f88eef75b23b2598a59872918f6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24154.2">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>010fecb0832fd4f0a39012ebd0859afc4bca750d</Sha>
<Sha>db45698020f58f88eef75b23b2598a59872918f6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24154.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>010fecb0832fd4f0a39012ebd0859afc4bca750d</Sha>
<Sha>db45698020f58f88eef75b23b2598a59872918f6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24112.3">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -263,14 +263,14 @@
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>c041bcdab75f5447be8bd11ddcfbe8e639f13f32</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24154.2">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>010fecb0832fd4f0a39012ebd0859afc4bca750d</Sha>
<Sha>db45698020f58f88eef75b23b2598a59872918f6</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24154.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>010fecb0832fd4f0a39012ebd0859afc4bca750d</Sha>
<Sha>db45698020f58f88eef75b23b2598a59872918f6</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">

View file

@ -39,7 +39,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24154.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24155.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->

View file

@ -856,7 +856,7 @@ function MSBuild-Core() {
# When running on Azure Pipelines, override the returned exit code to avoid double logging.
# Skip this when the build is a child of the VMR orchestrator build.
if ($ci -and $env:SYSTEM_TEAMPROJECT -ne $null -and !$productBuild -and $properties -notlike "*DotNetBuildRepo=true*") {
if ($ci -and $env:SYSTEM_TEAMPROJECT -ne $null -and !$productBuild -and -not($properties -like "*DotNetBuildRepo=true*")) {
Write-PipelineSetResult -Result "Failed" -Message "msbuild execution failed."
# Exiting with an exit code causes the azure pipelines task to log yet another "noise" error
# The above Write-PipelineSetResult will cause the task to be marked as failure without adding yet another error

View file

@ -11,7 +11,7 @@
"cmake": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24154.2",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24154.2"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24155.1",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24155.1"
}
}