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

Fix skip content files write flag for legacy in VS #1497

Merged
merged 3 commits into from
Jun 16, 2017

Conversation

nkolev92
Copy link
Member

@nkolev92 nkolev92 commented Jun 16, 2017

The SkipContentFilesWrite flag is not being set in VS for legacy package reference projects.
This is a discrepancy between restore from VS & commandline clients.

For reference here's where the flag is being evaluated for commandline clients
https://github.com/NuGet/NuGet.Client/blob/dev/src/NuGet.Core/NuGet.Build.Tasks/NuGet.targets#L508-L510

Fixes NuGet/Home#5437
//cc
@rrelyea

Copy link
Member

@emgarten emgarten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, nice test 🚀

@nkolev92 nkolev92 merged commit 201115a into dev Jun 16, 2017
@nkolev92 nkolev92 deleted the dev-nkolev92-fixcontentfilewriteflag branch June 16, 2017 19:41
emgarten pushed a commit that referenced this pull request Jul 6, 2017
Fix skip content files write flag for legacy in VS
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

Successfully merging this pull request may close these issues.

4 participants