我有一个使用Nuget进行包管理的C#项目.我启用了包恢复,因此它创建了.nuget文件夹.然后我想创建这个项目的Nuget包.我可以在.nuget文件夹中创建nuget .nuspec文件并修改Nuget.targets文件以允许创建包并在我处于发布模式时上传到galery吗?
谢谢.
最佳答案 你可以做到这一点.
或者,您可以在post build事件中使用nuget.exe pack命令(更多详细信息@
http://docs.nuget.org/docs/reference/command-line-reference#Pack_Command)
或在csproj文件中使用true.