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 1e1e840 commit 2d65c1eCopy full SHA for 2d65c1e
eng/Publishing.props
@@ -7,4 +7,10 @@
7
</Artifact>
8
</ItemGroup>
9
10
+ <!-- Update Artifacts with Kind=Package to have additional metadata item Category="ToolingPackage".
11
+ Depending on channel configuration, this means that these assets could be pushed to a different feed. -->
12
+ <ItemGroup>
13
+ <Artifact Update="@(Artifact->WithMetadataValue('Kind', 'Package'))" Category="ToolingPackage" />
14
+ </ItemGroup>
15
+
16
</Project>
0 commit comments