我正在尝试使用Visual Studio 2017社区版本构建Windows计算器(Microsoft/Calculator on GitHub)。我按照说明进行操作,但收到一条错误消息,开头为:
NuGet Package restore failed for project Calculator: Unable to find version '1.0.2' of package 'Microsoft.WindowsCalculator.PGO'.
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\: Package 'Microsoft.WindowsCalculator.PGO.1.0.2' is not found on source 'C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\'.
https://api.nuget.org/v3/index.json: Package 'Microsoft.WindowsCalculator.PGO.1.0.2' is not found on source 'https://api.nuget.org/v3/index.json'.
Please see Error List window for detailed warnings and errors.
(......build started and failed)
我检查了在存储库中找到的nuget.config,其中提到了https://eeapps.blob.core.windows.net/eeapps/index.json,它没有出现在错误消息中。在我看来,nuget无法检查此位置的软件包。如何恢复丢失的软件包?