简体   繁体   English

包还原在Azure上失败

[英]Package restore fails on Azure

I have two virtual machines running on Azure. 我有两个在Azure上运行的虚拟机。 One is running a build server (TeamCity), and one is running Visual Studio 2013. 一种正在运行构建服务器(TeamCity),另一种正在运行Visual Studio 2013。

Both are building the same project, in which NuGet package restore is used. 两者都在建立一个使用NuGet软件包还原的项目。 All packages are restored normally, except for AjaxControlToolkit. 除了AjaxControlToolkit之外,所有软件包都可以正常还原。

nuget.targets(89, 9): Unable to find version '7.0607' of package 'AjaxControlToolkit'.

The package is restored normally when running on my local machine. 在我的本地计算机上运行时,该软件包可以正常还原。 Is this an accessibility issue on Azure, how would I debug this? 这是Azure上的可访问性问题,我将如何调试呢?

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Package 还原失败,Azure function 应用程序 - Package restore fails with Azure function app Telerik Nuget package 在 Azure 中恢复构建管道失败 - Telerik Nuget package restore in Azure build pipeline fails Azure Autorest程序包依赖项还原 - Azure Autorest package dependency restore 使用Visual Studio 2017的Azure Function项目的NuGet包还原失败 - NuGet package restore fails for Azure Function project using Visual Studio 2017 自托管 MacOS 代理上的 DevOps 管道在 NuGet package 恢复但适用于 Azure 管道上失败 - DevOps pipeline on self-hosted MacOS agent fails on NuGet package restore but works on Azure Pipeline 还原数据库失败-ElasticPool中的Azure SQL数据库 - Restore Database Fails - Azure SQL Database In ElasticPool Azure github部署和自动程序包还原 - Azure github deploy and Automatic Package Restore 如何在 Azure 管道中恢复 NuGet package? - How to restore NuGet package in Azure Pipeline? Azure BACPAC 还原从 Azure Devops 随机失败 - Azure BACPAC restore fails randomly from Azure Devops 使用自定义nuget.config的webapp的nuget软件包还原失败 - nuget package restore fails for webapp with custom nuget.config
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM