Skip to content

Commit 2d65c1e

Browse files
authored
Update package Category (#6407)
1 parent 1e1e840 commit 2d65c1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/Publishing.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@
77
</Artifact>
88
</ItemGroup>
99

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+
1016
</Project>

0 commit comments

Comments
 (0)