2017-10-17 111 views
0

我已經配置了Nuget還原Team City構建步驟,在解決方案構建之前恢復所有塊體依賴關係。TeamCity - 無法找到包'EntityFramework'的版本'6.1.3'

的恢復的NuGet構建步驟看起來像下面

enter image description here

當我跑我得到以下錯誤的版本。

[10:31:38][restore] JetBrains TeamCity NuGet Runner 8.0.46654.9 
[10:31:38][restore] Registered additional extensions from paths: C:\BuildAgent\plugins\nuget-agent\bin\plugins-2.5 
[10:31:38][restore] Starting NuGet.exe 2.7.41115.310 from C:\BuildAgent\tools\NuGet.CommandLine.2.7.3\tools\NuGet.exe 
[10:31:43][restore] Unable to find version '6.1.3' of package 'EntityFramework'. 
[10:31:43][restore] Process exited with code 1 
[10:31:43][restore] Process exited with code 1 

我不知道這裏有什麼問題。

Nuget軟件包EF 6.1.3可在nuget.org上找到。

nuget.org不能被我的構建代理訪問嗎? 還是別的?

回答

0

將NuGet.exe版本更新到最新修復了我的問題。

相關問題