Publishing V3 doesn't preserve Category metadata in merged manifest
See original GitHub issue- This issue is blocking
- This issue is causing unreasonable pain
In diagnostics we recently moved to V3 Publishing. We set a special target in publishing.props to generate add a nupkg to ItemsToPushToBlobFeed
with the ManifestArtifactData
having Category=OTHER
. The resulting manifest having a Category attribute in the manifest, and the package would get published to blob storage. However, V3 publishing doesn’t preserve such metadata when generating MergedManifest.xml
(The Blob
class in arcade-services doesn’t have a field for it) and the item ends up in the feed assigned to the default channel. This causes it to not be available through an aka.ms link nor in blob storage, and we use this in the dotnet-docker
repo to generate the images. Is there any way to get this back in v3, or is this expected?
cc: @jander-msft
Issue Analytics
- State:
- Created 3 years ago
- Comments:30 (30 by maintainers)
Top GitHub Comments
changes merged. Closing this one finally ! 😃
The latest link is just being used by the update automation to determine what the latest version is so that the Dockerfile can be updated accordingly. The Dockerfiles themselves reference static versions.
dotnet/monitor Dockerfile snippet
I will schedule a meeting to discuss this further post 5.0 release.