mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Allow electronize build to publish as release and not always as debug #104
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Bunabun on GitHub (Jan 5, 2018).
Originally assigned to: @robertmuehsig on GitHub.
By default the command
dotnet publishuses 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 commanddotnet electronize build. Some more in depth argument parsing should be used to support things like usingdotnet electronize build -c Release -r winordotnet electronize build -r win -c release