Skip to content

Commit 3328473

Browse files
committed
Remove obsolete documentation about using quality and channel arguments together
1 parent a3fbd0f commit 3328473

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/dotnet-install.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
.PARAMETER Quality
3131
Download the latest build of specified quality in the channel. The possible values are: daily, preview, GA.
3232
Works only in combination with channel. Not applicable for STS and LTS channels and will be ignored if those channels are used.
33-
For SDK use channel in A.B.Cxx format: using quality together with channel in A.B format is not supported.
3433
Supported since 5.0 release.
3534
Note: The version parameter overrides the channel parameter when any version other than 'latest' is used, and therefore overrides the quality.
3635
.PARAMETER Version

src/dotnet-install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,6 @@ do
17961796
echo " -Quality"
17971797
echo " The possible values are: daily, preview, GA."
17981798
echo " Works only in combination with channel. Not applicable for STS and LTS channels and will be ignored if those channels are used."
1799-
echo " For SDK use channel in A.B.Cxx format. Using quality for SDK together with channel in A.B format is not supported."
18001799
echo " Supported since 5.0 release."
18011800
echo " Note: The version parameter overrides the channel parameter when any version other than 'latest' is used, and therefore overrides the quality."
18021801
echo " --internal,-Internal Download internal builds. Requires providing credentials via --feed-credential parameter."

0 commit comments

Comments
 (0)