Skip to content

Commit 8f4365a

Browse files
authored
Only remove publishing workload manifests in the runtime join job (#114558)
We still need it temporarily for the worklods build job.
1 parent 7647748 commit 8f4365a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Publishing.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</ItemGroup>
3838

3939
<!-- remove the manifest packages, they are built in the SDK repo now -->
40-
<ItemGroup>
40+
<ItemGroup Condition="'$(DotNetFinalPublish)' == 'true'">
4141
<Artifact Remove="$(ArtifactsShippingPackagesDir)*.Manifest-*.nupkg" />
4242
</ItemGroup>
4343

0 commit comments

Comments
 (0)