Skip to content

Commit c4e2fab

Browse files
authored
Update package Category (#15058)
See dotnet/source-build#5070 Also remove unnecessary PublishingVersion property.
1 parent b1b03ee commit c4e2fab

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

eng/Publishing.props

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<Project>
3-
<PropertyGroup>
4-
<PublishingVersion>3</PublishingVersion>
5-
</PropertyGroup>
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+
69
</Project>

0 commit comments

Comments
 (0)