How to automatically create and push Nuget Package after building

橙三吉。 提交于 2019-12-13 06:48:57

问题


We want to create nuget packages for our all products (dll) but there are several developers and want to find out the easiest way to do that.

It is possible to use console manager to do that but I am looking for a general solution. Because the projects can have dependencies or files and also the important thing is versioning. So I am looking for a tool which can create a package and push for us considering dependencies, versioning etc.


回答1:


I solved the problem using TFS Build that has Nuget packager and publisher..



来源:https://stackoverflow.com/questions/39163483/how-to-automatically-create-and-push-nuget-package-after-building

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!