8000 Set artifact category to infrastructrure package (#15720) · dotnet/arcade@6881d31 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6881d31

Browse files
mmitcheViktorHofer
andauthored
Set artifact category to infrastructrure package (#15720)
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
1 parent bc8dfb5 commit 6881d31

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

eng/Publishing.props

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<Project>
2-
<PropertyGroup>
3-
<PublishingVersion>3</PublishingVersion>
4-
</PropertyGroup>
2+
3+
<!-- Update all Artifacts with Kind=Package to have additional metadata item Category="InfrastructurePackage" -->
4+
<ItemGroup>
5+
<Artifact Update="@(Artifact->WithMetadataValue('Kind', 'Package'))" Category="InfrastructurePackage" />
6+
</ItemGroup>
7+
58
</Project>

0 commit comments

Comments
 (0)
0