Skip to content

Conversation

@vikukush
Copy link

When GetCopyToPublishDirectoryItems is called on its own, the depends tree terminates at _SplitProjectReferencesByFileExistence
image
_SplitProjectReferencesByFileExistence tries to use @(ProjectReferenceWithConfiguration) , which is empty, because it is emitted by AssignProjectConfiguration, which isn't actually called.
Add the target to the dependson list to ensure all projectreferences are considered

@vikukush vikukush requested review from a team and AntonLapounov as code owners December 17, 2024 18:55
@ghost ghost added Area-Infrastructure untriaged Request triage from a team member labels Dec 17, 2024
@dsplaisted
Copy link
Member

Looks like this is superseded by dotnet/msbuild#11167, is that correct?

@vikukush
Copy link
Author

Looks like this is superseded by dotnet/msbuild#11167, is that correct?

yes, this PR would bring recursiveness that would work against the comment on the target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Infrastructure untriaged Request triage from a team member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants