nuget.exe pack with both -symbols and -suffix give incorrect name to symbol package #3530
Labels
Functionality:Pack
help wanted
Considered good issues for community contributions.
Priority:2
Issues for the current backlog.
Type:Bug
Milestone
Steps
nuget.exe pack
won't make an empty package).nuget.exe pack path\to\my.nuspec -symbols -suffix beta
Expected
Two nupkgs, one ending in
beta.nupkg
and the other ending inbeta.symbols.nupkg
.Actual
The symbols package's file name has the version number without the suffix. The .nuspec inside the package seems fine though.
Example
Tried on latest
dev
and3.5.0-rc1
.The text was updated successfully, but these errors were encountered: