We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e0f59 commit 8bda9c2Copy full SHA for 8bda9c2
eng/Publishing.props
@@ -42,6 +42,9 @@
42
</PropertyGroup>
43
44
<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
+
48
<ItemsToPushToBlobFeed Include="@(_InstallersToPublish)">
49
<IsShipping>false</IsShipping>
50
<ManifestArtifactData>NonShipping=true;ShipInstaller=dotnetcli</ManifestArtifactData>
0 commit comments