update dotnet --help text
This commit is contained in:
parent
b8b7d98256
commit
3fc0517cda
1 changed files with 3 additions and 1 deletions
|
@ -35,8 +35,10 @@ Commands:
|
||||||
pack Creates a NuGet package
|
pack Creates a NuGet package
|
||||||
migrate Migrates a project.json based project to a msbuild based project
|
migrate Migrates a project.json based project to a msbuild based project
|
||||||
|
|
||||||
|
Project modification commands:
|
||||||
|
add Add items to the project
|
||||||
|
|
||||||
Advanced Commands:
|
Advanced Commands:
|
||||||
add Group of commands - run `dotnet add --help` for more information
|
|
||||||
nuget Provides additional NuGet commands
|
nuget Provides additional NuGet commands
|
||||||
msbuild msbuilds a project and all of its dependencies
|
msbuild msbuilds a project and all of its dependencies
|
||||||
vstest Runs tests from the specified files";
|
vstest Runs tests from the specified files";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue