From 260a901733b91c8499fb08ad1c2d2b273e93f6bd Mon Sep 17 00:00:00 2001 From: Scott Hunter Date: Sun, 19 Nov 2023 16:58:07 -0500 Subject: [PATCH] fix(tools): missing NUnitLabelType members (#1226) --- source/Nuke.Common/Tools/NUnit/NUnit.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/Nuke.Common/Tools/NUnit/NUnit.json b/source/Nuke.Common/Tools/NUnit/NUnit.json index b45693ca8..52b6031c9 100644 --- a/source/Nuke.Common/Tools/NUnit/NUnit.json +++ b/source/Nuke.Common/Tools/NUnit/NUnit.json @@ -188,7 +188,7 @@ "name": "Labels", "type": "NUnitLabelType", "format": "--labels={value}", - "help": "Specify whether to write test case names to the output. Values: Off, On, All" + "help": "Specify whether to write test case names to the output. Values: Off, On, All, OnOutputOnly, Before, After, BeforeAndAfter" }, { "name": "Trace", @@ -270,7 +270,11 @@ "values": [ "Off", "On", - "All" + "All", + "OnOutputOnly", + "Before", + "After", + "BeforeAndAfter" ] }, {