VSTS dotnet restore 命令获取 nuget 包失败

VSTS dotnet restore command fails to get nuget package

几个月来,我已经成功运行针对 dotnet 核心 Web 应用程序构建定义,但构建开始失败。尝试对我的项目 运行 dotnet restore 命令时发生错误。

https://i.imgur.com/4EioYjr.png

恢复任务 运行s:

时出现以下错误
  Retrying 'FindPackagesByIdAsync' for source 'https://api.nuget.org/v3-
  flatcontainer/netcore.mailkit/index.json'.
  Response status code does not indicate success: 504 (Gateway Timeout).
  Retrying 'FindPackagesByIdAsync' for source 'https://api.nuget.org/v3-
  flatcontainer/netcore.mailkit/index.json'.
  Response status code does not indicate success: 504 (Gateway Timeout).

我在本地计算机上手动 运行 dotnet restore 命令,但没有收到错误。

有没有人在 VSTS 中遇到过这样的事情?

谢谢

这看起来像是 Microsoft 的问题。

http://blogs.msdn.microsoft.com/vsoservice/?p=15195

https://developercommunity.visualstudio.com/content/problem/129183/getting-504-gateway-timeout-on-hosted-vs2017-agent.html