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

Add ability to have addin based configurations in MSBuild #52

Open
NTaylorMullen opened this issue Oct 2, 2017 · 0 comments
Open

Add ability to have addin based configurations in MSBuild #52

NTaylorMullen opened this issue Oct 2, 2017 · 0 comments

Comments

@NTaylorMullen
Copy link

Things like the AddinVersion, AddinAuthorAttribute etc. are written in the AddinInfo.cs today and then translated into addin.info (an xml file). In CI builds MSBuild properties typically control things like assembly authors, versions etc (duplicate information that already exists on the assembly), it'd be nice to not have an AddinInfo.cs and instead have a single source of truth (some msbuild properties maybe).

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

No branches or pull requests

1 participant