Skip to content

Determine what needs to be compiled by given changeset #9964

Closed Answered by rainersigwald
lsoft asked this question in Q&A
Discussion options

You must be logged in to vote

This is not the way MSBuild thinks of the problem and thus there's no good way to get the answer you want from MSBuild.

You might look at something like Buildalyzer which can do some related things, and the .NET Project System Fast Up-To-Date Check is also related.

Note though that defining what files are in what projects is extremely difficult in general. MSBuild is powerful and flexible and changes that seem totally unrelated can result in other changes.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@lsoft
Comment options

@rainersigwald
Comment options

@lsoft
Comment options

Answer selected by lsoft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants