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

Introduce PDB artifact kind #15497

Merged
merged 7 commits into from
Feb 13, 2025
Merged

Introduce PDB artifact kind #15497

merged 7 commits into from
Feb 13, 2025

Conversation

mmitche
Copy link
Member

@mmitche mmitche commented Feb 7, 2025

Introduces the PDB artifact kind, which replaces the Publish.proj copying of PDBs to the PDBArtifacts build storage. In addition, the following refactoring was done

  • Kind is now required on all ItemsToPushToBlobFeed.
  • Do not handle symbols.nupkgs specially in the manifest generation. Instead, they are just normal blobs
  • Publish.proj has been updated to ensure that Kind is set properly given legacy properties (PublishFlatContainer), or for artifacts like symbol nupkgs.
  • Refactor the artifact types so that they have a common base class for many properties.

To double check:

Introduces the PDB artifact kind, which replaces the Publish.proj copying of PDBs to the PDBArtifacts build storage. In addition, the following refactoring was done
- Kind is now required on all ItemsToPushToBlobFeed.
- Do not handle symbols.nupkgs specially in the manifest generation. Instead, they are just normal blobs
- Publish.proj has been updated to ensure that Kind is set properly given legacy properties (PublishFlatContainer), or for artifacts like symbol nupkgs.
- Refactor the artifact types so that they have a common base class for many properties.
@mmitche
Copy link
Member Author

mmitche commented Feb 7, 2025

Still need the publishing side of things to go in before this will work.

@mmitche
Copy link
Member Author

mmitche commented Feb 7, 2025

Actually...may not need the publishing side at all.

@mmitche mmitche marked this pull request as ready for review February 7, 2025 21:48
@mmitche mmitche merged commit 0cbffc7 into dotnet:main Feb 13, 2025
11 checks passed
YuliiaKovalova pushed a commit that referenced this pull request Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants