2017-10-17 19 views
0

ソリューションビルドの前にすべてのナゲット依存関係を復元するためにNuget Restore 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 

私はここで何が間違っているのか分かりません。

ナゲットパッケージEF 6.1.3は、nuget.orgから入手できます。

ビルドエージェントがnuget.orgにアクセスできないのでしょうか? 他に何か?

答えて

0

NuGet.exeのバージョンを最新の問題に更新しました。

関連する問題