Skip to content

Commit 7e1721f

Browse files
Matze693matkoch
authored andcommitted
fix(tools): deprecated argument in NUnitTasks
1 parent bf7d8f7 commit 7e1721f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/Nuke.Common/Tools/NUnit/NUnit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
{
4343
"name": "Parameters",
4444
"type": "Dictionary<string, string>",
45-
"format": "--params={value}",
45+
"format": "--testparam={value}",
4646
"itemFormat": "{key}={value}",
47-
"help": "A test parameter specified in the form NAME=VALUE. Multiple parameters may be specified, separated by semicolons or by repeating the <c>--params</c> option multiple times."
47+
"help": "A test parameter specified in the form NAME=VALUE for consumption by tests. Multiple parameters must be specified separated using a <c>--testparam</c> option for each."
4848
},
4949
{
5050
"name": "Configuration",

0 commit comments

Comments
 (0)