I have two virtual machines running on Azure. One is running a build server (TeamCity), and one is running Visual Studio 2013.

Both are building the same project, in which NuGet package restore is used. All packages are restored normally, except for 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?

有帮助吗?

解决方案

This seems to be an issue with NuGet v2.7: https://nuget.codeplex.com/workitem/3628 Perhaps use nuget v2.6 until a fix has been shipped?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top