1. create a package and symbol package for a project and drop them in the same directory
for example, NuGetExeSolution.1.0.0.0 and NuGetExeSolution.1.0.0.0.symbols
2. from the folder nuget push *.nupkg -source c:\temp
Actual:
c:\temp folder would contain only NuGetExeSolution.1.0.0.0.nupkg
open nupkg file and would realize it's actually the symbols package
Expected:
c:\temp to have both NuGetExeSolution.1.0.0.0 and NuGetExeSolution.1.0.0.0.symbols dropped
for example, NuGetExeSolution.1.0.0.0 and NuGetExeSolution.1.0.0.0.symbols
2. from the folder nuget push *.nupkg -source c:\temp
Actual:
c:\temp folder would contain only NuGetExeSolution.1.0.0.0.nupkg
open nupkg file and would realize it's actually the symbols package
Expected:
c:\temp to have both NuGetExeSolution.1.0.0.0 and NuGetExeSolution.1.0.0.0.symbols dropped