Add doc link for both dotnet-tool and dotnet-buildserver
This commit is contained in:
parent
6851961c16
commit
b0610b9116
1 changed files with 4 additions and 2 deletions
|
@ -148,11 +148,13 @@ namespace Microsoft.DotNet.Cli
|
||||||
},
|
},
|
||||||
["tool"] = new BuiltInCommandMetadata
|
["tool"] = new BuiltInCommandMetadata
|
||||||
{
|
{
|
||||||
Command = ToolCommand.Run
|
Command = ToolCommand.Run,
|
||||||
|
DocLink = "https://aka.ms/dotnet-tool"
|
||||||
},
|
},
|
||||||
["buildserver"] = new BuiltInCommandMetadata
|
["buildserver"] = new BuiltInCommandMetadata
|
||||||
{
|
{
|
||||||
Command = BuildServerCommand.Run
|
Command = BuildServerCommand.Run,
|
||||||
|
DocLink = "https://aka.ms/dotnet-build-server"
|
||||||
},
|
},
|
||||||
["internal-reportinstallsuccess"] = new BuiltInCommandMetadata
|
["internal-reportinstallsuccess"] = new BuiltInCommandMetadata
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue