Remove unnecessary runtime installation (#18841)

This commit is contained in:
Michael Simons 2024-03-01 16:05:40 -06:00 committed by GitHub
parent fc9e980c5f
commit 1c511c13d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -176,9 +176,6 @@ if [ "$installDotnet" == true ]; then
echo " Installing dotnet..." echo " Installing dotnet..."
use_installed_dotnet_cli=false use_installed_dotnet_cli=false
(source ./eng/common/tools.sh && InitializeDotNetCli true) (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 "$REPO_ROOT/.dotnet" --channel 8.0 --runtime dotnet
fi fi
# Read the eng/Versions.props to get the archives to download and download them # Read the eng/Versions.props to get the archives to download and download them