Need the ability to pass msbuild properties through the electronize command. #616

Closed
opened 2026-01-29 16:44:12 +00:00 by claunia · 0 comments
Owner

Originally created by @DelpireNI on GitHub (Jan 8, 2021).

One of the things we are doing is using CI/CD to set the assembly and file versions of our binaries/application. dotnet publish allows you to pass any msbuild variables you want via -p:=
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish

It would be really nice if we could pass /dotnet-msbuild-properties or something into the electronize command when we build so that we can set any msbuild properties we would like.

Originally created by @DelpireNI on GitHub (Jan 8, 2021). One of the things we are doing is using CI/CD to set the assembly and file versions of our binaries/application. dotnet publish allows you to pass any msbuild variables you want via -p:<NAME>=<VALUE> https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish It would be really nice if we could pass /dotnet-msbuild-properties or something into the electronize command when we build so that we can set any msbuild properties we would like.
claunia added the Feature label 2026-01-29 16:44:12 +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#616