electronize build no longer accepts --output, needs /p:PublishDir instead #843

Closed
opened 2026-01-29 16:49:55 +00:00 by claunia · 1 comment
Owner

Originally created by @bravecobra on GitHub (Feb 14, 2023).

  • Electronize Version: 13.5.1
  • .NET SDK: 7.0.3
  • Target: linux

Steps to Reproduce:

  1. use the latest .NET 7.x
  2. trigger electronize build /target linux ./*.sln

Due to https://github.com/dotnet/sdk/pull/29065, you can no longer use --output when publishing. Now instead, pass /p:PublishDir=.. to the build command. This will require changes in a couple of places in the source code.

Originally created by @bravecobra on GitHub (Feb 14, 2023). <!-- Please search existing issues to avoid creating duplicates. --> <!-- Which version of Electron.NET CLI and API are you using? --> <!-- Please always try to use latest version before report. --> * **Electronize Version**: 13.5.1 <!-- Which version of .NET Core and Node.js are you using (if applicable)? --> * **.NET SDK**: 7.0.3 <!-- What target are you building for? --> * **Target**: linux <!-- Enter your issue details below this comment. --> <!-- If you want, you can donate to increase issue priority (https://donorbox.org/electron-net) --> Steps to Reproduce: 1. use the latest .NET 7.x 2. trigger `electronize build /target linux ./*.sln` Due to https://github.com/dotnet/sdk/pull/29065, you can no longer use `--output` when publishing. Now instead, pass `/p:PublishDir=..` to the build command. This will require changes in a couple of places in the source code.
claunia added the bug label 2026-01-29 16:49:55 +00:00
Author
Owner

@FlorianRappl commented on GitHub (Oct 31, 2025):

Outdated - use ElectronNET.Core and ElectronNET.Core.AspNet.

See Wiki / What's New.

@FlorianRappl commented on GitHub (Oct 31, 2025): Outdated - use `ElectronNET.Core` and `ElectronNET.Core.AspNet`. See [Wiki / What's New](https://github.com/ElectronNET/Electron.NET/wiki/What's-New).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#843