我有麻煩與NuGet包一個TFS期間恢復到2015年建設「無法找到版本」 TFS中構建2015年恢復的NuGet包
由於一些軟件包需要的NuGet 3.x客戶端,我已經配置了當新的腳本編譯使用一個定製的NuGet位置,我已經放置了NuGet Command-Line 3.x beta的可執行文件。
每當我運行構建,所有的包不能被恢復,的NuGet拋出「無法找到版本......」錯誤:
Unable to find version '1.1.10' of package 'Microsoft.Bcl'.
Unable to find version '4.0.10' of package 'System.Threading'.
Unable to find version '1.1.37' of package 'System.Collections.Immutable'.
Unable to find version '1.0.0' of package 'Owin'.
Unable to find version '4.1.0' of package 'NLog'.
Unable to find version '7.0.1' of package 'Newtonsoft.Json'.
Unable to find version '2.0.1' of package 'MongoDB.Driver.Core'.
Unable to find version '2.0.1' of package 'MongoDB.Driver'.
Unable to find version '2.0.1' of package 'MongoDB.Bson'.
Unable to find version '3.0.1' of package 'Microsoft.Owin.Security.OAuth'.
...甚至更多的包。我相信這個問題很清楚。
當我使用Visual Studio在構建機器中構建相同的解決方案時,所有包都成功恢復。
我該如何解決這個問題?
你有沒有安裝任何Microsoft.CodeAnalysis的NuGet軟件包?我做了,我開始得到這些錯誤,當我刪除所有這些,然後再次開始工作。 – Schenz
@Schenz我沒有這個NuGet包 –