Skip to content

Commit

Permalink
fix(tools): missing NUnitLabelType members (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunter authored Nov 19, 2023
1 parent a52dc9a commit 260a901
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions source/Nuke.Common/Tools/NUnit/NUnit.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"name": "Labels",
"type": "NUnitLabelType",
"format": "--labels={value}",
"help": "Specify whether to write test case names to the output. Values: <c>Off</c>, <c>On</c>, <c>All</c>"
"help": "Specify whether to write test case names to the output. Values: <c>Off</c>, <c>On</c>, <c>All</c>, <c>OnOutputOnly</c>, <c>Before</c>, <c>After</c>, <c>BeforeAndAfter</c>"
},
{
"name": "Trace",
Expand Down Expand Up @@ -270,7 +270,11 @@
"values": [
"Off",
"On",
"All"
"All",
"OnOutputOnly",
"Before",
"After",
"BeforeAndAfter"
]
},
{
Expand Down

0 comments on commit 260a901

Please sign in to comment.