Unverified Commit 4697d25c authored by Dev containers Bot's avatar Dev containers Bot Committed by GitHub

[Updates] Automated vendor dotnet-install script (#801)

* Automated dotnet-install script update

* Bump version

---------
Co-authored-by: 's avatargithub-actions <github-actions@github.com>
Co-authored-by: 's avatarSamruddhi Khandale <skhandale@microsoft.com>
parent 96f53039
{
"id": "dotnet",
"version": "2.0.2",
"version": "2.0.3",
"name": "Dotnet CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet",
"description": "This Feature installs the latest .NET SDK, which includes the .NET CLI and the shared runtime. Options are provided to choose a different version or additional versions.",
......
......@@ -1708,7 +1708,11 @@ do
-?|--?|-h|--help|-[Hh]elp)
script_name="$(basename "$0")"
echo ".NET Tools Installer"
echo "Usage: $script_name [-c|--channel <CHANNEL>] [-v|--version <VERSION>] [-p|--prefix <DESTINATION>]"
echo "Usage:"
echo " # Install a .NET SDK of a given Quality from a given Channel"
echo " $script_name [-c|--channel <CHANNEL>] [-q|--quality <QUALITY>]"
echo " # Install a .NET SDK of a specific public version"
echo " $script_name [-v|--version <VERSION>]"
echo " $script_name -h|-?|--help"
echo ""
echo "$script_name is a simple command line interface for obtaining dotnet cli."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment