Question

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?

Was it helpful?

Solution

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top