We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7647748 commit 8f4365aCopy full SHA for 8f4365a
eng/Publishing.props
@@ -37,7 +37,7 @@
37
</ItemGroup>
38
39
<!-- remove the manifest packages, they are built in the SDK repo now -->
40
- <ItemGroup>
+ <ItemGroup Condition="'$(DotNetFinalPublish)' == 'true'">
41
<Artifact Remove="$(ArtifactsShippingPackagesDir)*.Manifest-*.nupkg" />
42
43
0 commit comments