Pass through test options to msbuild
This commit is contained in:
parent
e1568bbc1e
commit
df3c08b645
4 changed files with 10 additions and 6 deletions
|
@ -10,7 +10,8 @@ namespace Microsoft.DotNet.Cli
|
|||
public static Command Test() =>
|
||||
Create.Command(
|
||||
"test",
|
||||
".NET Test Driver",
|
||||
LocalizableStrings.AppFullName,
|
||||
Accept.ZeroOrMoreArguments,
|
||||
CommonOptions.HelpOption(),
|
||||
Create.Option(
|
||||
"-s|--settings",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue