Remove unnecessary runtime installation (#18841)
This commit is contained in:
parent
fc9e980c5f
commit
1c511c13d4
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue