Skip to content
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

Build and publish .ni.pdb for R2R images #75489

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Build and publish .ni.pdb for R2R images #75489

merged 1 commit into from
Oct 11, 2024

Conversation

tmat
Copy link
Member

@tmat tmat commented Oct 11, 2024

No description provided.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Oct 11, 2024
@tmat tmat marked this pull request as ready for review October 11, 2024 21:09
@tmat tmat requested a review from a team as a code owner October 11, 2024 21:09
Condition="'$(GenerateReadyToRun)' == 'true'">

<MakeDir Directories="$(ArtifactsNonShippingPackagesDir)" />
<ZipDirectory SourceDirectory="$(PdbWorkDir)" DestinationFile="$(ArtifactsNonShippingPackagesDir)$(ProjectName).symbols.nupkg" />
Copy link
Member

Choose a reason for hiding this comment

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

I thought the fix would be much complicated than that, thanks! By the way how did you figured this out? Is there any documents related to this?

Copy link
Member Author

@tmat tmat Oct 11, 2024

Choose a reason for hiding this comment

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

Arcade is publishing symbol packages here: https://github.com/dotnet/arcade/blob/main/src/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj#L89

Typically a symbol package is created by nuget, but I think just zipping up the files might also work. I don't think arcade publishing specifically needs a nuget package, just a zip container.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants