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

CopyNuGetImplementations should only be set for some projects #1

Closed
clairernovotny opened this issue Dec 18, 2015 · 1 comment
Closed

Comments

@clairernovotny
Copy link

Most project types should not have CopyNuGetImplementations set to true. Enabling that does copy libs to the output directory but that's unnecessary for most library projects in a solution.

Projects that should have it set are:

  • Test projects with NUnit, xUnit or MSTest
  • Executables (services, appx, xap)
  • ASP.Net that aren't ASPNet 5.0
@wgtmpeters
Copy link
Owner

Removed the property from the script.

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

2 participants