mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Allow electronize build to publish as release and not always as debug #106
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@robertmuehsig commented on GitHub (Jan 22, 2018):
Good idea! Will take a look at it. Note to myself:
Currently we don't specify any configuration - see here
@AirLancer commented on GitHub (Feb 5, 2018):
Are you open for some help on this?
If you have a specific solution or implementation in mind I'd work it in.
@robertmuehsig commented on GitHub (Feb 6, 2018):
I hope to fix it in this week.
@robertmuehsig commented on GitHub (Feb 19, 2018):
Fixed with 0.0.9 - the default now is release, but the build-command accepts a new argument called /dotnet-configuration with debug or release or whatever you want.