Pass through test options to msbuild

This commit is contained in:
Piotr Puszkiewicz 2017-03-10 13:49:49 -08:00
parent e1568bbc1e
commit df3c08b645
4 changed files with 10 additions and 6 deletions

View file

@ -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",