문제

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