特定のブランチからプロジェクトをビルドしようとすると、3種類のエラーが発生します。特定のブランチでのみNuGetコンパイルエラーが発生する - Visual Studio 2015
他のブランチでは正しく動作します。
これらが問題となっている。
の1- The command ""D:\Web\Hom\.nuget\NuGet.exe" install "D:\Web\Hom\ServiceClient\packages.config" -source "" -NonInteractive -RequireConsent -solutionDir "D:\Web\Hom\ "" exited with code 1.
2 - Unable to find version '1.0.4632' of package 'AppFabric'.
、3- NuGet Package restore failed for project Web.ServiceClient: Unable to find version '1.0.4632' of package 'AppFabric'. C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\: Package 'AppFabric.1.0.4632' is not found on source 'C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\'.https://api.nuget.org/v3/index.json: Package 'AppFabric.1.0.4632' is not found on source 'https://api.nuget.org/v3/index.json'
この問題のアップデートはありますか?レオの提案から有益な情報を入手できますか? –