Skip to content

Conversation

richlander
Copy link
Member

@richlander richlander commented Jan 14, 2025

@richlander richlander enabled auto-merge January 15, 2025 01:43
@richlander richlander merged commit 03c4e72 into main Jan 15, 2025
11 checks passed
@richlander richlander deleted the install-script-location branch January 15, 2025 01:47
@@ -295,7 +295,7 @@ function with_retries {
function GetDotNetInstallScript {
local root=$1
local install_script="$root/dotnet-install.sh"
local install_script_url="https://raw.githubusercontent.com/dotnet/install-scripts/4b17227b30fbbad567d4d4fba17c59da51bc817b/src/dotnet-install.sh"
local install_script_url="https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.sh"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this URL use dotnetInstallScriptVersion?

Suggested change
local install_script_url="https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.sh"
local install_script_url="https://builds.dotnet.microsoft.com/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.sh"

This is how it looked like before switching to the GH raw URL:

local install_script_url="https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.sh"

Copy link
Member

@akoeplinger akoeplinger Mar 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes though there is no other version right now. Fixed it in #15638

@akoeplinger
Copy link
Member

/backport to release/9.0

This comment was marked as outdated.

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants