简体   繁体   中英

NuGet how to create nuspec file

I can't find it anywhere. How do i create a nuspec file of my project (VS2013). I tried "nuget spec" command but it doesn't work. I installed nuget command line and then i tried to run nuget.exe, it just blinks and exits. So i can't enter the command anywhere i tried to use package manager console, cmd... But nothing works.

I wanna use NuGetter to create packages after build. But it needs those nuspec files of my project.

Any ideas please? :( I'm completly lost now.

Thanks.

If you click nuget.exe it will blink and close it because it is an executable file not accepting any further input from the user.

For using nuget.exe you need to open in the command window where nuget.exe is physically stored (you can use enviroment variable also) and follow with the command

C:/> nuget spec

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM