Fixing the failing dotnet --help test.
This commit is contained in:
parent
3073e9bd2c
commit
612da09a78
1 changed files with 11 additions and 11 deletions
|
@ -32,14 +32,14 @@ Host options (passed before the command):
|
||||||
--info Display .NET CLI Info
|
--info Display .NET CLI Info
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
new Initialize a basic .NET project
|
new Initialize .NET projects.
|
||||||
restore Restore dependencies specified in the .NET project
|
restore Restore dependencies specified in the .NET project.
|
||||||
build Builds a .NET project
|
build Builds a .NET project.
|
||||||
publish Publishes a .NET project for deployment (including the runtime)
|
publish Publishes a .NET project for deployment (including the runtime).
|
||||||
run Compiles and immediately executes a .NET project
|
run Compiles and immediately executes a .NET project.
|
||||||
test Runs unit tests using the test runner specified in the project
|
test Runs unit tests using the test runner specified in the project.
|
||||||
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:
|
Project modification commands:
|
||||||
add Add items to the project
|
add Add items to the project
|
||||||
|
@ -47,9 +47,9 @@ Project modification commands:
|
||||||
list List items in the project
|
list List items in the project
|
||||||
|
|
||||||
Advanced Commands:
|
Advanced Commands:
|
||||||
nuget Provides additional NuGet commands
|
nuget Provides additional NuGet commands.
|
||||||
msbuild msbuilds a project and all of its dependencies
|
msbuild Runs Microsoft Build Engine (MSBuild).
|
||||||
vstest Runs tests from the specified files";
|
vstest Runs Microsoft Test Execution Command Line Tool.";
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
[InlineData("--help")]
|
[InlineData("--help")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue