Skip to content

Commit dd2bc6a

Browse files
authored
Update command line API category (#2544)
1 parent e9b0511 commit dd2bc6a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

eng/Publishing.props

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Project>
2+
3+
<!-- Update all Artifacts with Kind=Package to have additional metadata item Category="LibraryPackage".
4+
This will mean that in VMR builds, command line api packages can get published to a different feed depending on
5+
the channel configuration -->
6+
<ItemGroup>
7+
<Artifact Update="@(Artifact->WithMetadataValue('Kind', 'Package'))" Category="LibraryPackage" />
8+
</ItemGroup>
9+
10+
</Project>

0 commit comments

Comments
 (0)