From 92949812fef40bdf205209c6442f7c8c228faf72 Mon Sep 17 00:00:00 2001 From: Todor Todorov Date: Tue, 3 Aug 2021 15:29:34 +0300 Subject: [PATCH] Fix DotNetTestSettings.Loggers property to accept multiple values --- build/specifications/DotNet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",