Update dependencies from https://github.com/dotnet/arcade build 20241120.1
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.24426.3 -> To Version 10.0.0-beta.24570.1
This commit is contained in:
Родитель
33c2c27d8d
Коммит
2f16ebaae2
|
@ -9,14 +9,14 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24564.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24570.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c1852b9ac37df9a86630c2f078dbee43f7b186e7</Sha>
|
||||
<Sha>efdc52bb77eeadae5420eb48e66722c4fdcaa3be</Sha>
|
||||
</Dependency>
|
||||
<!-- Intermediate is necessary for source build. -->
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24564.1">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24570.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c1852b9ac37df9a86630c2f078dbee43f7b186e7</Sha>
|
||||
<Sha>efdc52bb77eeadae5420eb48e66722c4fdcaa3be</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
|
|
|
@ -44,6 +44,10 @@ case "$os" in
|
|||
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
|
||||
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
|
||||
# brew update --preinstall
|
||||
|
||||
# Temporarily uninstall pkg-config@0.29.2 to work around https://github.com/actions/runner-images/issues/10984
|
||||
brew uninstall --ignore-dependencies --force pkg-config@0.29.2
|
||||
|
||||
brew bundle --no-upgrade --no-lock --file=- <<EOF
|
||||
brew "cmake"
|
||||
brew "icu4c"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"dotnet": "9.0.100"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24564.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24570.1"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче