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

Handle NuGet Build .props .targets #101

Closed
bartelink opened this issue Sep 15, 2014 · 3 comments
Closed

Handle NuGet Build .props .targets #101

bartelink opened this issue Sep 15, 2014 · 3 comments

Comments

@bartelink
Copy link
Member

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:

  • no reliance on VS
  • can deal with TargetPlatform etc. without silent problems and/or need to reinstall packages
  • doesnt induce diffs when swithcing build output type

Note that .props is wired into VS with an editor for editing MSBuild Properties entries.

@bartelink
Copy link
Member Author

(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 .ps1 support that will be implemented.

@bartelink
Copy link
Member Author

@forki
Copy link
Member

forki commented Feb 2, 2015

conversation is happening at #516

@forki forki closed this as completed Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants