From 1945e7cfc9896c0a72a3166e1cdc529cd70bb78b Mon Sep 17 00:00:00 2001 From: priyagupta108 Date: Thu, 6 Aug 2026 14:24:22 +0530 Subject: [PATCH] docs: add reference link for dotnet-quality options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9531d61a4..264b7db05 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ steps: ## Using the `dotnet-quality` input -The `dotnet-quality` input installs the latest build of the specified quality in the channel. Supported values: `daily`, `preview`, `ga`. +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). > **Note**: When used with a specific SDK version, `dotnet-quality` supports only `A.B`, `A.B.x`, `A`, `A.x`, and `A.B.Cxx` formats where the major version is higher than 5. For all other formats, `dotnet-quality` will be ignored.