Skip to content

Commit 3e8e231

Browse files
authored
Update dotnet-install-script.md (#45843)
1 parent acf183a commit 3e8e231

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/core/tools/dotnet-install-script.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,11 @@ The install scripts do not update the registry on Windows. They just download th
155155

156156
- **`-Quality|--quality <QUALITY>`**
157157

158-
Downloads the latest build of the specified quality in the channel. The possible values are: `daily`, `signed`, `validated`, `preview`, and `GA`. Most users should use `daily`, `preview`, or `GA` qualities.
158+
Downloads the latest build of the specified quality in the channel. The possible values are: `daily`, `preview`, and `GA`.
159159

160160
The different quality values signal different stages of the release process of the SDK or Runtime installed.
161161

162162
* `daily`: The latest builds of the SDK or Runtime. They're built every day and aren't tested. They aren't recommended for production use but can often be used to test specific features or fixes immediately after they are merged into the product. These builds are from the `dotnet/installer` repo, and so if you're looking for fixes from `dotnet/sdk` you must wait for code to flow and be merged from SDK to Installer before it appears in a daily build.
163-
* `signed`: Microsoft-signed builds that aren't validated or publicly released. Signed builds are candidates for validation, preview, and GA release. This quality level is not intended for public use.
164-
* `validated`: Builds that have had some internal testing done on them but are not yet released as preview or GA. This quality level is not intended for public use.
165163
* `preview`: The monthly public releases of the next version of .NET, intended for public use. Not recommended for production use. Intended to allow users to experiment and test the new major version before release.
166164
* `GA`: The final stable releases of the .NET SDK and Runtime. Intended for public use as well as production support.
167165

0 commit comments

Comments
 (0)