Skip to content

Commit

Permalink
TW-54562 .NET CLI: support custom commands - disable costom command
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov authored and NikolayPianikov committed Jun 19, 2018
1 parent e3ec35b commit 74cd78f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -168,7 +168,7 @@ class DotnetParametersProvider {
VSTestCommandType()
).plus(experimentalCommandTypes)
.sortedBy { it.description }
.plus(CustomCommandType())
//.plus(CustomCommandType())
.associateBy { it.name }

val coverageTypes
Expand Down

0 comments on commit 74cd78f

Please sign in to comment.