Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions eng/Publishing.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project>

<!-- Update all Artifacts with Kind=Package to have additional metadata item Category="LibraryPackage".
This will mean that in VMR builds, command line api packages can get published to a different feed depending on
the channel configuration -->
<ItemGroup>
<Artifact Update="@(Artifact->WithMetadataValue('Kind', 'Package'))" Category="LibraryPackage" />
</ItemGroup>

</Project>
Loading