TFS ビルド 2015 中に NuGet パッケージの復元に問題があります。
一部のパッケージは NuGet 3.x クライアントを必要とするため、 NuGet Command-Line 3.x betaの実行可能ファイルを配置したカスタム NuGet の場所を使用するように、新しいスクリプト可能なビルドを構成しました。
ビルドを実行するたびに、すべてのパッケージを復元できず、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 を使用してビルド マシンで同じソリューションをビルドすると、すべてのパッケージが正常に復元されます。
これを解決するにはどうすればよいですか?