Switch to new long-term install-script paths#15408
Merged
richlander merged 2 commits intomainfrom Jan 15, 2025
Merged
Conversation
rbhanda
approved these changes
Jan 15, 2025
raulsntos
reviewed
Mar 5, 2025
| 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" |
There was a problem hiding this comment.
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:
Line 298 in ddb0b75
Member
There was a problem hiding this comment.
yes though there is no other version right now. Fixed it in #15638
Member
|
/backport to release/9.0 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Need to wait until the latest script is deployed (and then re-run CI).
Latest change: dotnet/install-scripts#564