Skip to content

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

Merged
forki merged 1 commit into
fsprojects:masterfrom
0x53A:patch-1
Sep 8, 2017
Merged

Make MSBuild track Paket.Restore.targets for incremental builds#2742
forki merged 1 commit into
fsprojects:masterfrom
0x53A:patch-1

Conversation

@0x53A

@0x53A 0x53A commented Sep 8, 2017

Copy link
Copy Markdown
Contributor

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