Merge pull request #4763 from dasMulli/feature/verb-docs

Show nuget and msbuild commands in dotnet-help
This commit is contained in:
Piotr Puszkiewicz 2016-11-17 17:33:27 -08:00 committed by GitHub
commit e6d3cf0ffb

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)