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

Add support for producing intermediate packages from the product source build #4754

Open
MichaelSimons opened this issue Nov 22, 2024 · 1 comment
Assignees
Labels
area-build Improvements in source-build's own build process

Comments

@MichaelSimons
Copy link
Member

This is needed as part of the Unified Build project. Repo's will no longer have "official builds" (unless they produce assets that ship outside of the core .NET project). The official builds are moving to the VMR. This means the VMR builds need to produce the source build intermediate packages that backflow to the product repos so that they can continue to be used in the repo level source-build legs in PR validation and CI builds.

The production of intermediate packages during product source-builds should be controllable via a flag/property and should be off by default. The intermediates should be an output item only and not actually used within the builds as was the case in the past (8.0 and before). Additionally the intermediates should not be included in the source build artifacts tarball.

@dotnet-issue-labeler dotnet-issue-labeler bot added area-build Improvements in source-build's own build process untriaged labels Nov 22, 2024
@ViktorHofer
Copy link
Member

ViktorHofer commented Nov 22, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-build Improvements in source-build's own build process
Projects
Status: In Progress
Status: In Progress
Development

No branches or pull requests

3 participants