Clarify dotnet-quality behavior for multiple SDK versions - #780
Open
v-mahabaleshwars wants to merge 1 commit into
Open
Clarify dotnet-quality behavior for multiple SDK versions#780v-mahabaleshwars wants to merge 1 commit into
v-mahabaleshwars wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the documentation for actions/setup-dotnet to clarify how the dotnet-quality input behaves when multiple SDK versions are installed in a single step, and provides a recommended workflow to install GA and preview SDKs together.
Changes:
- Clarifies that
dotnet-qualityis shared across alldotnet-versionentries within the same step (no per-version quality). - Adds a recommended two-step example for installing a released SDK alongside a preview SDK.
File summaries
| File | Description |
|---|---|
| README.md | Documents dotnet-quality behavior across multiple versions and adds a two-step GA+preview installation example. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| The `dotnet-quality` input installs the latest build of the specified quality in the channel. Supported values: `daily`, `preview`, `ga`. For more details about quality options, see the [official .NET documentation](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script#options). | ||
|
|
||
| > **Important**: `dotnet-quality` applies to every version listed in `dotnet-version` for the same step. For example, setting `dotnet-quality: preview` for `10.0.x` and `11.0.x` resolves both versions as previews. Per-version quality is not supported. To install a released SDK alongside a preview SDK, use separate steps: |
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.
Description:
Document that dotnet-quality applies to every dotnet-version in the same step. Add the recommended two-step workflow for installing a released SDK alongside a preview SDK.
Related issue:
778
Check list: