We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94740b3 commit 2bf740fCopy full SHA for 2bf740f
eng/Publishing.props
@@ -0,0 +1,9 @@
1
+<Project>
2
+
3
+ <!-- Update Artifacts with Kind=Package to have additional metadata item Category="ToolingPackage".
4
+ Depending on channel configuration, this means that these assets could be pushed to a different feed. -->
5
+ <ItemGroup>
6
+ <Artifact Update="@(Artifact->WithMetadataValue('Kind', 'Package'))" Category="ToolingPackage" />
7
+ </ItemGroup>
8
9
+</Project>
0 commit comments