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

Make MSBuild track Paket.Restore.targets for incremental builds #2742

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

0x53A
Copy link
Contributor

@0x53A 0x53A commented Sep 8, 2017

https://blogs.msdn.microsoft.com/msbuild/2005/09/26/how-to-ensure-changes-to-a-custom-target-file-prompt-a-rebuild/

Currently "paket install" seems to just always overwrite all project files. This means after an install i will need to build all projects, anyway (because the timestamp changed).

I would (at a later unspecified time) like to modify it so it doesn't do this. But then for incremental builds to continue working correctly, MSBuild needs to know that it should track our targets file for incremental builds.

@forki forki merged commit 86591cc into fsprojects:master Sep 8, 2017
@0x53A 0x53A deleted the patch-1 branch September 8, 2017 13:55
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.

2 participants