几个月来,我一直在成功地针对dotnet核心web应用程序运行构建定义,但构建开始失败。尝试在我的项目上运行dotnet restore命令时出错。
https://i.imgur.com/4EioYjr.png
当还原任务运行时,我遇到以下错误:
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中有人经历过这样的事情吗?
谢谢