我使用Teamcity(在Internet上的虚拟机上运行)创建了一个Nuget Server,并创建了一个将包发布到其中的构建.
我还有另一个需要使用该软件包的项目.该项目也建立在团队城市之上.在我的本地Visual Studio上,我添加了nuget feed uri,安装了包,一切正常.但是当我尝试在teamcity上构建它时,它会说"找不到包".
所以我的问题是:"如何将自定义nuget Feed添加到TeamCity构建中?"
.net msbuild teamcity nuget
.net ×1
msbuild ×1
nuget ×1
teamcity ×1