Add doc link for both dotnet-tool and dotnet-buildserver

This commit is contained in:
William Li 2018-04-16 12:48:44 -07:00
parent 6851961c16
commit b0610b9116

View file

@ -148,11 +148,13 @@ namespace Microsoft.DotNet.Cli
},
["tool"] = new BuiltInCommandMetadata
{
Command = ToolCommand.Run
Command = ToolCommand.Run,
DocLink = "https://aka.ms/dotnet-tool"
},
["buildserver"] = new BuiltInCommandMetadata
{
Command = BuildServerCommand.Run
Command = BuildServerCommand.Run,
DocLink = "https://aka.ms/dotnet-build-server"
},
["internal-reportinstallsuccess"] = new BuiltInCommandMetadata
{