Workaround crossgen dependency on .NET 8 runtime
This commit is contained in:
parent
21a76ebd5c
commit
2593c65454
1 changed files with 3 additions and 0 deletions
|
@ -157,6 +157,9 @@ function BootstrapArtifacts {
|
|||
if [ "$installDotnet" == true ]; then
|
||||
echo " Installing dotnet..."
|
||||
(source ./eng/common/tools.sh && InitializeDotNetCli true)
|
||||
|
||||
# TODO: Remove once runtime dependency is gone (https://github.com/dotnet/runtime/issues/93666)
|
||||
bash .dotnet/dotnet-install.sh --install-dir "$SCRIPT_ROOT/.dotnet" --version 8.0.0-preview.7.23375.6 --runtime dotnet
|
||||
fi
|
||||
|
||||
# Read the eng/Versions.props to get the archives to download and download them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue