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 5f55151 commit 7dbbbf8Copy full SHA for 7dbbbf8
eng/Publishing.props
@@ -6,5 +6,12 @@
6
<!-- Set PlatformName to TargetArchitecture to create unique build manifest files. -->
7
<PlatformName Condition="'$(TargetArchitecture)' != ''">$(TargetArchitecture)</PlatformName>
8
</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>
16
17
</Project>
0 commit comments