mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Need the ability to pass msbuild properties through the electronize command. #616
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 @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.