mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
electronize build no longer accepts --output, needs /p:PublishDir instead #843
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 @bravecobra on GitHub (Feb 14, 2023).
Steps to Reproduce:
electronize build /target linux ./*.slnDue to https://github.com/dotnet/sdk/pull/29065, you can no longer use
--outputwhen publishing. Now instead, pass/p:PublishDir=..to the build command. This will require changes in a couple of places in the source code.@FlorianRappl commented on GitHub (Oct 31, 2025):
Outdated - use
ElectronNET.CoreandElectronNET.Core.AspNet.See Wiki / What's New.