Skip to content

Include symbols in SB artifacts #1551

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

Merged
merged 1 commit into from
Jul 21, 2025
Merged

Conversation

mthalman
Copy link
Member

Contributes to #1465

For building the VMR from a 2xx branch, we won't be building the repos of the shared component repos like runtime and aspnetcore. That means we don't have access to the symbols that would have been produced from these builds in order to include in the dotnet-symbols-all tarball produced by a source-only build. These PDBs are necessary to include in that tarball.

In order to get these PDBs included, we first need to have access to the PDBs that were produced from the build that produced the shared components. This updates the build so that the dotnet-symbols-all tarball is added to the source build artifacts tarball. This will provide a 2xx build with access to these PDBs since it will consume the artifacts tarball as input.

@mthalman mthalman merged commit fb75b2d into dotnet:main Jul 21, 2025
10 checks passed
@mthalman mthalman deleted the issue1465-symbols branch July 21, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants