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

Consume requested targets when constructing the graph #64

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

dfederm
Copy link
Member

@dfederm dfederm commented Mar 5, 2024

This consumes the requested targets so that scenarios using the non-default targets (eg msbuild /t:Build;Test) can be properly supported.

Related MSBuild PR: dotnet/msbuild#9569

Note that this sets a new minimum supported MSBuild versions as 17.9, which also allowed cleanup of some compat-related code.

@dfederm dfederm force-pushed the consume-requested-targets branch 3 times, most recently from e7079bd to ac13e95 Compare March 6, 2024 00:10
@dfederm dfederm enabled auto-merge (squash) March 6, 2024 00:22
@dfederm
Copy link
Member Author

dfederm commented Mar 6, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dfederm dfederm force-pushed the consume-requested-targets branch 6 times, most recently from 9b8e4f7 to 1dc852e Compare March 6, 2024 20:48
@dfederm dfederm merged commit 0a99e80 into main Mar 6, 2024
6 checks passed
@dfederm dfederm deleted the consume-requested-targets branch March 6, 2024 21:54
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