Add the ability to skip running dotnet publish so that we can call that in our build scripts. #559

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

Originally created by @Delpire on GitHub (Sep 1, 2020).

Originally assigned to: @GregorBiswanger on GitHub.

We have the need to do some things to our assemblies before we want to packaged them up in an Electron app. For example, digitally signing the files.

It would be nice if we could tell electronize build to skip running dotnet publish and do the rest. This way I can run dotnet publish myself, with all the necessary arguments, then do my post build/publish work to my files, then call electronize build to build the Electron application.

Looking at the Electron CLI, it looks like there is no way to skip the publish step, so I believe all of my assemblies will get overwritten.

Originally created by @Delpire on GitHub (Sep 1, 2020). Originally assigned to: @GregorBiswanger on GitHub. We have the need to do some things to our assemblies before we want to packaged them up in an Electron app. For example, digitally signing the files. It would be nice if we could tell `electronize build` to skip running `dotnet publish` and do the rest. This way I can run `dotnet publish` myself, with all the necessary arguments, then do my post build/publish work to my files, then call `electronize build` to build the Electron application. Looking at the Electron CLI, it looks like there is no way to skip the publish step, so I believe all of my assemblies will get overwritten.
claunia added the Feature label 2026-01-29 16:42:56 +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#559