nuke-build / nuke

🏗 The AKEless Build System for C#/.NET
https://nuke.build
MIT License
3.07k stars 367 forks source link

Add missing `OS` and `Arch` at `dotnet publish` #1354

Closed ITaluone closed 4 months ago

ITaluone commented 8 months ago

Closes #1350

I don't know how to add the requested Target property..

@matkoch If you can give me a hint how to add it, I will add it :)

I confirm that the pull-request:

ArwynFr commented 8 months ago

Perhaps this ?

{
  "name": "Target",
  "type": "string",
  "format": "/t:{value}",
  "help": "..."
}
ITaluone commented 8 months ago

Hmm.. I don't know.. if I run dotnet publish --help it doesn't output a Target switch, btw.