Skip to content

Commit 6b2336d

Browse files
authored
[DO NOT MERGE] Install scripts update validation PR
1 parent d8acb6d commit 6b2336d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ function with_retries {
295295
function GetDotNetInstallScript {
296296
local root=$1
297297
local install_script="$root/dotnet-install.sh"
298-
local install_script_url="https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.sh"
298+
local install_script_url="https://raw.githubusercontent.com/dotnet/install-scripts/main/src/dotnet-install.sh"
299299

300300
if [[ ! -a "$install_script" ]]; then
301301
mkdir -p "$root"

0 commit comments

Comments
 (0)