command line - NuGet how to create nuspec file -


i can't find anywhere. how create nuspec file of project (vs2013). tried "nuget spec" command doesn't work. installed nuget command line , tried run nuget.exe, blinks , exits. can't enter command anywhere tried use package manager console, cmd... nothing works.

i wanna use nugetter create packages after build. needs nuspec files of project.

any ideas please? :( i'm completly lost now.

thanks.

if click nuget.exe blink , close because executable file not accepting further input user.

for using nuget.exe need open in command window nuget.exe physically stored (you can use enviroment variable also) , follow command

c:/> nuget spec


Comments