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

[Infrastructure] Stop copying unchanged files #2253

Merged
merged 1 commit into from May 22, 2017
Merged

[Infrastructure] Stop copying unchanged files #2253

merged 1 commit into from May 22, 2017

Conversation

davkean
Copy link
Member

@davkean davkean commented May 22, 2017

Every build of ProjectSystem.Managed and VSIX projects were unnecessarily copying extra files. Prevent that to speed up-to-date builds.

Also respected the same properties that we use in CopyFilesToOutputDirectory.

Note: I attempted to replace this target with the default copying that MSBuild does for <None/> without success. Spent over an hour debugging it and could not figure out why it wouldn't copy these items and gave up.

Every build of ProjectSystem.Managed and VSIX projects were unnecessarily copying extra files. Prevent that to speed up-to-date builds.

Also respected the same properties that we use in CopyFilesToOutputDirectory.
@davkean davkean merged commit a9e5252 into dotnet:master May 22, 2017
@davkean davkean deleted the StopUnneededCopying branch December 5, 2017 04:42
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.

None yet

3 participants