Skip to content

Commit 265727c

Browse files
authored
Don't publish all workload manifest packages, not just the msi ones (#114527)
1 parent 4bfdd53 commit 265727c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/Publishing.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
</Artifact>
3737
</ItemGroup>
3838

39-
<!-- remove the manifest .Msi packages, they are built in the SDK repo now -->
39+
<!-- remove the manifest packages, they are built in the SDK repo now -->
4040
<ItemGroup>
41-
<Artifact Remove="$(ArtifactsShippingPackagesDir)*.Manifest-*.Msi.*.nupkg" />
41+
<Artifact Remove="$(ArtifactsShippingPackagesDir)*.Manifest-*.nupkg" />
4242
</ItemGroup>
4343

4444
<!--

0 commit comments

Comments
 (0)