Skip to content

Commit

Permalink
fix(tools): deprecated argument in NUnitTasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Matze693 authored and matkoch committed Jan 17, 2024
1 parent 036ba68 commit cf3a9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Nuke.Common/Tools/NUnit/NUnit.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
{
"name": "Parameters",
"type": "Dictionary<string, string>",
"format": "--params={value}",
"format": "--testparam={value}",
"itemFormat": "{key}={value}",
"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."
"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."
},
{
"name": "Configuration",
Expand Down

0 comments on commit cf3a9e7

Please sign in to comment.