From 1c511c13d4243dd0e01222b8e2c20fe4c9fc5828 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 1 Mar 2024 16:05:40 -0600 Subject: [PATCH] Remove unnecessary runtime installation (#18841) --- src/SourceBuild/content/eng/prep-source-build.sh | 3 --- 1 file changed, 3 deletions(-) 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