Skip to content

Commit 04a74bd

Browse files
totollygeekmatkoch
authored andcommitted
Fix DotNetTestSettings.Loggers property to accept multiple values (#774)
1 parent 7b050e4 commit 04a74bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/specifications/DotNet.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
"help": "Filters out tests in the current project using the given expression. For more information, see the <a href=\"https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test#filter-option-details\">Filter option details</a> section. For additional information and examples on how to use selective unit test filtering, see <a href=\"https://docs.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests\">Running selective unit tests</a>."
7373
},
7474
{
75-
"name": "Logger",
76-
"type": "string",
75+
"name": "Loggers",
76+
"type": "List<string>",
7777
"format": "--logger {value}",
78-
"help": "Specifies a logger for test results."
78+
"help": "Specifies a logger for test results. Specify the parameter multiple times to enable multiple loggers."
7979
},
8080
{
8181
"name": "NoBuild",

0 commit comments

Comments
 (0)