nuke
nuke copied to clipboard
Add missing `OS` and `Arch` at `dotnet publish`
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:
- [x] Follows the contribution guidelines
- [x] Is based on my own work
- [x] Is in compliance with my employer
Perhaps this ?
{
"name": "Target",
"type": "string",
"format": "/t:{value}",
"help": "..."
}
Hmm.. I don't know.. if I run dotnet publish --help
it doesn't output a Target
switch, btw.