문제

How can I have a package added to the list of available package of nuget/nupack?

도움이 되었습니까?

해결책

Follow the instructions here: http://nupackpackages.codeplex.com/

Basically, fork that project, then use use hg (Mercurial) version control to get the project source to your machine, add your package to the packages directory, commit your change, push it up to your fork, then send a pull request.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top