diff --git a/src/SourceBuild/content/eng/prep-source-build.sh b/src/SourceBuild/content/eng/prep-source-build.sh index f9f87391c..8c6fecef5 100755 --- a/src/SourceBuild/content/eng/prep-source-build.sh +++ b/src/SourceBuild/content/eng/prep-source-build.sh @@ -176,9 +176,6 @@ if [ "$installDotnet" == true ]; then echo " Installing dotnet..." use_installed_dotnet_cli=false (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 # Read the eng/Versions.props to get the archives to download and download them