Allow electronize build to publish as release and not always as debug #104

Open
opened 2026-01-29 16:30:59 +00:00 by claunia · 0 comments
Owner

Originally created by @Bunabun on GitHub (Jan 5, 2018).

Originally assigned to: @robertmuehsig on GitHub.

By default the command dotnet publish uses the debug configuration unless it was told to use release using the syntax -c|--configuration {Debug|Release}. An option for the configuration should be added to the command dotnet electronize build. Some more in depth argument parsing should be used to support things like using dotnet electronize build -c Release -r win or dotnet electronize build -r win -c release

Originally created by @Bunabun on GitHub (Jan 5, 2018). Originally assigned to: @robertmuehsig on GitHub. By default the command `dotnet publish` uses the debug configuration unless it was told to use release using the syntax `-c|--configuration {Debug|Release}`. An option for the configuration should be added to the command `dotnet electronize build`. Some more in depth argument parsing should be used to support things like using `dotnet electronize build -c Release -r win` or `dotnet electronize build -r win -c release`
claunia added the Feature label 2026-01-29 16:30:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#104