【发布时间】:2013-08-30 13:49:56
【问题描述】:
我在 Azure 上运行了两台虚拟机。 一个正在运行构建服务器 (TeamCity),另一个正在运行 Visual Studio 2013。
两者都在构建同一个项目,其中使用了 NuGet 包还原。 除AjaxControlToolkit外,所有包都恢复正常。
nuget.targets(89, 9): Unable to find version '7.0607' of package 'AjaxControlToolkit'.
包在我的本地机器上运行时恢复正常。 这是 Azure 上的可访问性问题,我该如何调试?
【问题讨论】:
-
你使用什么包源来恢复你的包?
-
plain old NuGet.org (nuget.org/api/v2) 我使用了这个来源的多个包,但只有 AjaxControlToolkit 无法恢复。
标签: azure teamcity nuget build-automation nuget-package