Skip to content

Commit

Permalink
update parameter option for NUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
Matze693 authored and Matthias Schmidt committed Dec 6, 2023
1 parent b94f4c1 commit 4283f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [vNext]
- Changed `NUnit` option from deprecated `--params` to new `--testparam`

## [7.0.6] / 2023-09-24
- Fixed logging of Docker target execution to fall back to debug messages
Expand Down
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 4283f90

Please sign in to comment.