Skip to content

Commit 7dbbbf8

Browse files
authored
Update package Category (#444)
1 parent 5f55151 commit 7dbbbf8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eng/Publishing.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
66
<!-- Set PlatformName to TargetArchitecture to create unique build manifest files. -->
77
<PlatformName Condition="'$(TargetArchitecture)' != ''">$(TargetArchitecture)</PlatformName>
88
</PropertyGroup>
9+
10+
<!-- Update all Artifacts with Kind=Package to have additional metadata item Category="ToolingPackage".
11+
This will mean that in VMR builds, deployment tool packages can get published to a different feed depending on
12+
the channel configuration. -->
13+
<ItemGroup>
14+
<Artifact Update="@(Artifact->WithMetadataValue('Kind', 'Package'))" Category="ToolingPackage" />
15+
</ItemGroup>
916

1017
</Project>

0 commit comments

Comments
 (0)