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 b1b03ee commit c4e2fabCopy full SHA for c4e2fab
eng/Publishing.props
@@ -1,6 +1,9 @@
1
-<?xml version="1.0" encoding="utf-8"?>
2
<Project>
3
- <PropertyGroup>
4
- <PublishingVersion>3</PublishingVersion>
5
- </PropertyGroup>
+
+ <!-- Update Artifacts with Kind=Package to have additional metadata item Category="ToolingPackage".
+ Depending on channel configuration, this means that these assets could be pushed to a different feed. -->
+ <ItemGroup>
6
+ <Artifact Update="@(Artifact->WithMetadataValue('Kind', 'Package'))" Category="ToolingPackage" />
7
+ </ItemGroup>
8
9
</Project>
0 commit comments