简体   繁体   中英

Package restore fails on Azure

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM