cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.85k stars 724 forks source link

GH-4107: Add OS to DotNetPublishSettings #4111

Closed Marusyk closed 1 year ago

Marusyk commented 1 year ago

Add --os <OS> to dotnet-publish

Fixes #4107

Please review. Thank you in advance

Marusyk commented 1 year ago

Please review @augustoproiete

augustoproiete commented 1 year ago

We're looking into the impact on addins, as this is a breaking change to the public API, to decide if we can merge it now for v3.1.0 or if it has to wait for the next major.