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:
dasMulli 2016-11-17 17:46:53 +01:00
parent 09f62cdd7e
commit 09cb9bf607
No known key found for this signature in database
GPG key ID: 18CD0491A7182D5F

View file

@ -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)