-
Notifications
You must be signed in to change notification settings - Fork 525
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
Handle NuGet Build .props
.targets
#101
Labels
Comments
(Assuming I'm right and it's not done), either this should be declared as a standalone 'not done yet' thing on the homepage and/or mentioned as the only workardound for |
conversation is happening at #516 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unless I'm mistaken, Paket does not yet hook in
.props
and.targets
files as NuGet has done since 2.5; I believe it should.The primary reason is that more often than not, it presents an appropriate way for packages to manage adjustments to the buld process such as this
Key differences between such
.props
(imported at top of.*proj
) /.targets
(imported at bottom of.*proj
) and the.ps1
are:TargetPlatform
etc. without silent problems and/or need to reinstall packagesNote that
.props
is wired into VS with an editor for editing MSBuild Properties entries.The text was updated successfully, but these errors were encountered: