Skip to content

[Push] Symbols.nupkg had not been pushed to the specific source using command:”dotnet nuget push “*.nupkg”” although the cmd said it was pushed #10797

Open
@v-luzh

Description

@v-luzh

Details about Problem

VS Version: Main\31222.286
NuGet Version: Dev\5.10.0.7222
OS Version: Windows-10-Enterprise-20H1

Repro steps and/or sample project

  1. Create a new C# Console Application (.net Core 5.0) project (called ConsolePackage) via VS.
  2. Pack several packages (one package is created includes the symbol package).
  3. Cd to the packed package folder (C:\Users\v-luzh\source\repos\ConsolePackage\ConsolePackage\bin\Debug) and push all the packages created in step2 to a specific source with the command: ”dotnet nuget push “*.nupkg” –s C:\Users\v-luzh\source\repos\LocalPushed”.
  4. Go to the specific source and check if all the packages are pushed.

Expected

All the packages are pushed successfully to the specific source. Below are all the packages I created in step2.
image

Actual

Symbols.nupkg had not been pushed to the specific source although the command said it was pushed as below screenshot.
image

Note:

1.It also repro when pushing all the packages to UNC path.
2.It seems not a regression since it repro on .NET Core 3.1.408.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions