We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01e48a commit c71f10bCopy full SHA for c71f10b
1 file changed
build/publish.proj
@@ -29,6 +29,7 @@
29
30
<ItemGroup>
31
<ItemsToPush Include="$(NuGetClientNupkgsDirectoryPath)/*.nupkg" />
32
+ <ItemsToPush Remove="$(NuGetClientNupkgsDirectoryPath)/NuGet.Packaging.Core.*" />
33
</ItemGroup>
34
35
<Error Condition="@(ItemsToPush->Count()) == 0" Text="There were no packages found at '$(NuGetClientNupkgsDirectoryPath)'." />
0 commit comments