From 1934a07cdbb8c8f9b39291099a7b56652aee3b67 Mon Sep 17 00:00:00 2001 From: Todor Todorov Date: Wed, 4 Aug 2021 08:07:26 +0300 Subject: [PATCH] Fix DotNetTestSettings.Loggers property to accept multiple values (#774) --- 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",