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

Nuget version install script doesn't work withVS 2015 #78

Closed
OsirisTerje opened this issue Aug 24, 2015 · 4 comments
Closed

Nuget version install script doesn't work withVS 2015 #78

OsirisTerje opened this issue Aug 24, 2015 · 4 comments

Comments

@OsirisTerje
Copy link
Member

The #77 issue had a comment on this, and it proves there is an issue in Nuget NuGet/Home#1245 that causes the adapter dll's to not be set to Copy Local = false. This means the adapter dll's will be present in the projects output, not what one would want to happen. They do no harm, but it can be confusing and it is not needed.
The install.ps1 script can be changed to avoid this issue.

@CharliePoole
Copy link
Contributor

Why a new issue? Seems like this just duplicates #77.

@OsirisTerje
Copy link
Member Author

Issue 77 is about Mono, and there is afaik no powershell support on Linux/Mono, so that issue must be resolved differently. This issue is about the comment at the bottom of #77 which is different and have a different resolution

@CharliePoole
Copy link
Contributor

True. However, the 2015 install caused the problem and there doesn't seem to be anything else we can actually fix on #77. I'll confirm that's the case and close it.

@CharliePoole CharliePoole added this to the 2.1 milestone Oct 23, 2016
@OsirisTerje OsirisTerje modified the milestones: 2.1, 2.2 Mar 3, 2017
@CharliePoole CharliePoole removed their assignment Apr 24, 2017
@OsirisTerje OsirisTerje removed this from the 2.2 milestone Jun 3, 2019
@OsirisTerje
Copy link
Member Author

This is now the default behaviour, the dll's should be in the output, so closing this.

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