Skip to content

Commit

Permalink
[DO NOT MERGE] Install scripts update validation PR
Browse files Browse the repository at this point in the history
  • Loading branch information
JanProvaznik authored Oct 23, 2024
1 parent d8acb6d commit 6b2336d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function with_retries {
function GetDotNetInstallScript {
local root=$1
local install_script="$root/dotnet-install.sh"
local install_script_url="https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.sh"
local install_script_url="https://raw.githubusercontent.com/dotnet/install-scripts/main/src/dotnet-install.sh"

if [[ ! -a "$install_script" ]]; then
mkdir -p "$root"
Expand Down

0 comments on commit 6b2336d

Please sign in to comment.