Skip to content

Commit 2bf740f

Browse files
authored
Set publishing category (#350)
dotnet/source-build#5070
1 parent 94740b3 commit 2bf740f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

eng/Publishing.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)