You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my C# application I run the dotnet publish for multiple OS (windows, linux and macos).
For Windows after publishing it runs the wix and harvest the publish to create the .exe installer
For linux it copies the publish to a new folder and bundle everything inside an AppImage
For macOS it will create the App bundle structure and Zip the App
What is the correct way to achieve this with Nuke?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
On my C# application I run the dotnet publish for multiple OS (windows, linux and macos).
For Windows after publishing it runs the wix and harvest the publish to create the .exe installer
For linux it copies the publish to a new folder and bundle everything inside an AppImage
For macOS it will create the App bundle structure and Zip the App
What is the correct way to achieve this with Nuke?
Beta Was this translation helpful? Give feedback.
All reactions