diff --git a/source/Nuke.Common/Tools/DotNet/DotNet.json b/source/Nuke.Common/Tools/DotNet/DotNet.json index 5870477de..b00110a05 100644 --- a/source/Nuke.Common/Tools/DotNet/DotNet.json +++ b/source/Nuke.Common/Tools/DotNet/DotNet.json @@ -767,6 +767,12 @@ "type": "bool", "format": "--nologo", "help": "Doesn't display the startup banner or the copyright message. Available since .NET Core 3.0 SDK." + }, + { + "name": "Target", + "type": "string", + "format": "/t:{value}", + "help": "TODO: I couldn't find anything about this parameter..." } ] }