Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #523 allow for property overrides to be passed in #531

Merged
merged 2 commits into from
Jul 1, 2021

Conversation

danatcofo
Copy link
Contributor

@danatcofo danatcofo commented Jan 25, 2021

Use /p:propertyName=value or /property:propertyName=value to pass in property overrides. This is equivalent to the -p: option documented here.

https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish

fixes #523

dependabot bot and others added 2 commits January 25, 2021 10:14
use '/p:propertyName=value' or '/property:propertyName=value' to pass in dotnet build property overrides.

fixes ElectronNET#523
ElectronNET#523
@danatcofo danatcofo changed the title 523 allow for property overrides to be passed in #523 allow for property overrides to be passed in Jan 25, 2021
@danatcofo danatcofo changed the title #523 allow for property overrides to be passed in fixes #523 allow for property overrides to be passed in Jan 25, 2021
@GregorBiswanger GregorBiswanger added this to the 11.5.2 milestone Jan 28, 2021
@GregorBiswanger GregorBiswanger self-assigned this Jul 1, 2021
@GregorBiswanger GregorBiswanger merged commit 3cdff74 into ElectronNET:master Jul 1, 2021
@danatcofo danatcofo deleted the issue/523 branch December 7, 2021 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need the ability to pass msbuild properties through the electronize command.
2 participants