azure - Azure 上的包还原失败

标签 azure teamcity nuget build-automation nuget-package

我有两个虚拟机在 Azure 上运行。 一台运行构建服务器 (TeamCity),一台运行 Visual Studio 2013。

两者都在构建相同的项目,其中使用了 NuGet 包恢复。 除 AjaxControlToolkit 外,所有包均恢复正常。

nuget.targets(89, 9):无法找到包“AjaxControlToolkit”的版本“7.0607”。

该包在我的本地计算机上运行时正常恢复。 这是 Azure 上的可访问性问题吗?我该如何调试?

最佳答案

这似乎是 NuGet v2.7 的问题:https://nuget.codeplex.com/workitem/3628 也许在修复程序发布之前使用 nuget v2.6?

关于azure - Azure 上的包还原失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18534565/

相关文章:

.net - 安装 Entity Framework 7 RC1的问题

nuget - 推送到私有(private) nuget 提要 凭据提示

Azure 队列最大 TTL

continuous-integration - 持续集成-以什么开始: CruiseControl. NET vs TeamCity vs Visual Studio Team System

powershell - 有没有办法在 Powershell 脚本中访问 TeamCity 系统属性?

android - 如何准确知道模拟器 : not working, 加载状态,设备

azure - .pfx 文件的 Base-64 编码形式

asp.net - Windows Azure 是否支持应用程序预热模块或类似模块?

c# - 使用 URI 中的 api_key 查询字符串将公共(public)镜像复制到 Azure 存储

.net - NuGet 3.2程序包缓存位置可以更改吗