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

Only copy devkit assemblies for unit tests when doing a real build #74812

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

dibarbet
Copy link
Member

@dibarbet dibarbet commented Aug 19, 2024

I noticed that the design time build was actually failing when it tried to copy these. We only need to copy them when running tests (whcih requires a real build) so skip it for design time builds. We do this in other places too (e.g. semantic search, build host, etc).

This doesn't seem to be related to the current missing project references failures however.

Resolves #74801

@dibarbet dibarbet requested a review from a team as a code owner August 19, 2024 21:46
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Aug 19, 2024
@dibarbet
Copy link
Member Author

@sharwell took your approach of putting it 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 Issues and PRs which have not yet been triaged by a lead
Projects
None yet
2 participants