nuget pack does not include the PackageIcon
#8610
Labels
Functionality:Pack
Resolution:Duplicate
This issue appears to be a Duplicate of another issue
Type:Bug
Milestone
Details about Problem
NuGet product used: NuGet.exe
NuGet version: 5.3.0.6192
OS version: Microsoft Windows 10 Enterprise 10.0.14393
Worked before? Not applicable, this is new feature of NuGet 5.3
Detailed repro steps so we can see the same problem
dotnet build PackageIconExample\PackageIconExample.csproj
nuget pack PackageIconExample\PackageIconExample.csproj
The nupkg produced by the
dotnet build
command includes the icon.png.The nupkg produced by the
nuget pack
command does not include the icon.png file.I'd like to have it working with the
nuget
command instead of thedotnet
command because I am building on TeamCity and installing several versions of the NuGet.exe tool is easy and also because I don't want to install preview or release candidate versions of .NET Core on the TeamCity build agent.Am I missing an argument when running the
nuget
command? Is this a bug?Verbose Logs
The text was updated successfully, but these errors were encountered: