Insert new bits of TPv2 and enable blame data collector
This commit is contained in:
parent
90683b8cbb
commit
ecd6c47d2e
16 changed files with 74 additions and 1 deletions
|
@ -85,6 +85,11 @@ namespace Microsoft.DotNet.Cli
|
|||
Accept.OneOrMoreArguments()
|
||||
.With(name: LocalizableStrings.cmdCollectFriendlyName)
|
||||
.ForwardAsSingle(o => $"/p:VSTestCollect=\"{string.Join(";", o.Arguments)}\"")),
|
||||
Create.Option(
|
||||
"--blame",
|
||||
LocalizableStrings.CmdBlameDescription,
|
||||
Accept.NoArguments()
|
||||
.ForwardAsSingle(o => "/p:VSTestBlame=true")),
|
||||
CommonOptions.NoRestoreOption(),
|
||||
CommonOptions.VerbosityOption());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue