Thursday 15 April 2010

c# - When using NuGet Pack is it possible to specify the package name without a nuspec file? -



c# - When using NuGet Pack is it possible to specify the package name without a nuspec file? -

i trying create nuget bundle .csproj file want bundle name different csroj file (which default) , don't want specify .nuspec file. there way of doing this? can see version name override alternative on command line options , not bundle name override option.

i doing in teamcity besides point. thinking need pass additional parameters nuget pack command?

thanks,

nuget command line doesn't provide alternative direct name change. http://docs.nuget.org/docs/reference/command-line-reference#pack_command

if want differ project , nuget bundle name have prepare , edit custom nuspec file. may manually after creating bundle using e.g. nugetpackage explorer.

c# teamcity nuget

No comments:

Post a Comment