I am trying to create a nuget package for a .csproj file, but I want the package name to be different from the csroj file (by default it), and I do not want to specify the .nuspec file. Is there any way to do this? I can only see the version name override option in the command line options, and not the package name override option.
I do it in TeamCity, but it doesnβt matter. I think I need to pass additional parameters to the NuGet pack command?
Thanks,
c # nuget teamcity
Lee Englestone
source share