Skip to content

Commit c71f10b

Browse files
authored
Stop publishing NuGet.Packaging.Core to the Build Asset Registry (#5750)
1 parent d01e48a commit c71f10b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/publish.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
<ItemGroup>
3131
<ItemsToPush Include="$(NuGetClientNupkgsDirectoryPath)/*.nupkg" />
32+
<ItemsToPush Remove="$(NuGetClientNupkgsDirectoryPath)/NuGet.Packaging.Core.*" />
3233
</ItemGroup>
3334

3435
<Error Condition="@(ItemsToPush->Count()) == 0" Text="There were no packages found at '$(NuGetClientNupkgsDirectoryPath)'." />

0 commit comments

Comments
 (0)