diff --git a/build/specifications/DotNet.json b/build/specifications/DotNet.json index 28474e4e8..7ea16d585 100644 --- a/build/specifications/DotNet.json +++ b/build/specifications/DotNet.json @@ -72,10 +72,10 @@ "help": "Filters out tests in the current project using the given expression. For more information, see the Filter option details section. For additional information and examples on how to use selective unit test filtering, see Running selective unit tests." }, { - "name": "Logger", - "type": "string", + "name": "Loggers", + "type": "List", "format": "--logger {value}", - "help": "Specifies a logger for test results." + "help": "Specifies a logger for test results. Specify the parameter multiple times to enable multiple loggers." }, { "name": "NoBuild",