I am trying to create a nuget package for a .csproj file but want the package name to be different from the csroj file (which it is by default) and I don't want to specify a .nuspec file. Is there a way of doing this? I can only see a version name override option on the command line options and not a package name override option.
I am doing this in TeamCity but this is besides the point. I am thinking I need to pass additional parameters to the NuGet pack command?
Thanks,