Skip to content

Stop copying PSB reference packages #48397

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 11, 2025

Conversation

MichaelSimons
Copy link
Member

Fixes dotnet/source-build#4978

init-source-build.proj was updated to no longer copy the reference packages out of PSB. Instead the two places where they are required now reference them directly from the PSB folder. Aside from fixing dotnet/source-build#4978, this provides the added benefit that SBRP itself will build with no PSB reference packages available to it. This is a nice safety check to ensure it is able to build self-contained.

@Copilot Copilot AI review requested due to automatic review settings April 11, 2025 18:02
@MichaelSimons MichaelSimons requested review from a team as code owners April 11, 2025 18:02
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (4)
  • src/SourceBuild/content/Directory.Build.props: Language not supported
  • src/SourceBuild/content/eng/finish-source-only.proj: Language not supported
  • src/SourceBuild/content/eng/init-source-only.proj: Language not supported
  • src/SourceBuild/content/eng/tools/Directory.Build.props: Language not supported

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Apr 11, 2025
Copy link
Member

@mthalman mthalman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice solution

Copy link
Member

@ViktorHofer ViktorHofer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet

@MichaelSimons MichaelSimons merged commit a081488 into dotnet:main Apr 11, 2025
38 of 41 checks passed
# for free to join this conversation on GitHub. Already have an account? # 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.

Second source-only build of VMR introduces different reference packages
5 participants