Skip to content

Commit 8bda9c2

Browse files
committed
Do not publish default items from Linux and macOS builds
- handled separately in later signing builds (on Windows)
1 parent 17e0f59 commit 8bda9c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/Publishing.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
</PropertyGroup>
4343

4444
<ItemGroup>
45+
<!-- Do not push .nupkg files from Linux and macOS builds. They'll be packed up separately and signed on Windows. -->
46+
<ItemsToPushToBlobFeed Remove="@(ItemsToPushToBlobFeed)" Condition="'$(OS)' != 'Windows_NT'" />
47+
4548
<ItemsToPushToBlobFeed Include="@(_InstallersToPublish)">
4649
<IsShipping>false</IsShipping>
4750
<ManifestArtifactData>NonShipping=true;ShipInstaller=dotnetcli</ManifestArtifactData>

0 commit comments

Comments
 (0)