Skip to content

Add runtime download instructions and URL patterns to builds-table.md#2543

Merged
ViktorHofer merged 3 commits into
mainfrom
copilot/fix-2431
Sep 29, 2025
Merged

Add runtime download instructions and URL patterns to builds-table.md#2543
ViktorHofer merged 3 commits into
mainfrom
copilot/fix-2431

Conversation

Copilot AI commented Sep 22, 2025

Copy link
Copy Markdown
Contributor

The builds table documentation was missing instructions on how to download runtime builds that correspond to SDK versions. Users could see SDK download links but had no guidance on obtaining the aligned runtime builds.

This PR adds:

  • Runtime and SDK relationship explanation: Clarifies that runtime and SDK builds are aligned within the same release with matching version numbers
  • Runtime URL construction example: Provides the pattern https://ci.dot.net/public/Runtime/<version>/dotnet-runtime-<version>-win-x64.exe alongside the existing SDK pattern
  • Additional runtime downloads section: References the runtime dogfooding documentation for comprehensive download options
  • Version guidance: Explains how to find current version numbers from the existing table's badge links and productCommit files

The URL patterns are consistent with those used in the codebase (as seen in src/arcade/src/Microsoft.DotNet.Helix/Sdk/FindDotNetCliPackage.cs) and align with the confirmation from maintainers that SDK and runtime versions are built together in the unified build system.

Example of the new runtime URL pattern:

SDK:     https://ci.dot.net/public/Sdk/10.0.100-preview.1.12345.6/dotnet-sdk-10.0.100-preview.1.12345.6-win-x64.exe
Runtime: https://ci.dot.net/public/Runtime/10.0.100-preview.1.12345.6/dotnet-runtime-10.0.100-preview.1.12345.6-win-x64.exe

Fixes #2431.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI commented Sep 22, 2025

Copy link
Copy Markdown
Contributor Author

@mmitche 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

Copilot AI changed the title [WIP] Instruction of how to get the dotnet runtime associated to a given sdk release is missing Add runtime download instructions and URL patterns to builds-table.md Sep 22, 2025
Copilot AI requested a review from mmitche September 22, 2025 21:16
Removed the section on additional runtime downloads and clarified version compatibility.
@mmitche mmitche marked this pull request as ready for review September 22, 2025 23:02
@mmitche mmitche requested review from a team as code owners September 22, 2025 23:02
@ViktorHofer ViktorHofer merged commit c4d5bf3 into main Sep 29, 2025
11 checks passed
@ViktorHofer ViktorHofer deleted the copilot/fix-2431 branch September 29, 2025 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Instruction of how to get the dotnet runtime associated to a given sdk release is missing

4 participants