[main] Update dependencies from dotnet/arcade (#19656)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
a12628d763
commit
639ae990c4
6 changed files with 16 additions and 16 deletions
|
@ -238,17 +238,17 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24229.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24253.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
|
||||
<Sha>020255bcf7d0b8beed7de05338d97396982ae527</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24229.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24253.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
|
||||
<Sha>020255bcf7d0b8beed7de05338d97396982ae527</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24229.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24253.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
|
||||
<Sha>020255bcf7d0b8beed7de05338d97396982ae527</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24229.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
@ -258,14 +258,14 @@
|
|||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>22f983b0e99191ed08c6434d554fc1eab040a2ba</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24229.1">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24253.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
|
||||
<Sha>020255bcf7d0b8beed7de05338d97396982ae527</Sha>
|
||||
</Dependency>
|
||||
<!-- Intermediate is necessary for source build. -->
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24229.1">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24253.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
|
||||
<Sha>020255bcf7d0b8beed7de05338d97396982ae527</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24229.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24253.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
|
|
|
@ -64,7 +64,7 @@ if [ -z "$CLR_CC" ]; then
|
|||
if [ -z "$majorVersion" ]; then
|
||||
# note: gcc (all versions) and clang versions higher than 6 do not have minor version in file name, if it is zero.
|
||||
if [ "$compiler" = "clang" ]; then versions="18 17 16 15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5"
|
||||
elif [ "$compiler" = "gcc" ]; then versions="13 12 11 10 9 8 7 6 5 4.9"; fi
|
||||
elif [ "$compiler" = "gcc" ]; then versions="14 13 12 11 10 9 8 7 6 5 4.9"; fi
|
||||
|
||||
for version in $versions; do
|
||||
_major="${version%%.*}"
|
||||
|
|
|
@ -23,4 +23,4 @@ steps:
|
|||
${{ if parameters.args.artifactName }}:
|
||||
artifactName: ${{ parameters.args.artifactName }}
|
||||
${{ if parameters.args.properties }}:
|
||||
properties: ${{ properties.args.properties }}
|
||||
properties: ${{ parameters.args.properties }}
|
|
@ -31,4 +31,4 @@ steps:
|
|||
${{ if parameters.args.parallelCount }}:
|
||||
parallelCount: ${{ parameters.args.parallelCount }}
|
||||
${{ if parameters.args.properties }}:
|
||||
properties: ${{ properties.args.properties }}
|
||||
properties: ${{ parameters.args.properties }}
|
|
@ -11,8 +11,8 @@
|
|||
"cmake": "latest"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24229.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24229.1",
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24253.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24253.1",
|
||||
"Microsoft.Build.NoTargets": "3.7.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue