Show migrate, nuget and msbuild commands in dotnet-help.
Also split the help text into commands and advanced commands sections
This commit is contained in:
parent
09f62cdd7e
commit
09cb9bf607
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ Commands:
|
|||
run Compiles and immediately executes a .NET project
|
||||
test Runs unit tests using the test runner specified in the project
|
||||
pack Creates a NuGet package
|
||||
migrate Migrates a project.json based project to a msbuild based project
|
||||
|
||||
Advanced Commands:
|
||||
nuget Provides additional NuGet commands
|
||||
msbuild msbuilds a project and all of its dependencies
|
||||
vstest Runs tests from the specified files";
|
||||
|
||||
public static int Run(string[] args)
|
||||
|
|
Loading…
Reference in a new issue