We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b0511 commit dd2bc6aCopy full SHA for dd2bc6a
eng/Publishing.props
@@ -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