-1

尽管直到昨天它仍然运行良好,但我开始收到 API 错误。

这是我的 API:

在此处输入图像描述

我的管道没有改变:

pool:
  vmImage: 'macOS 10.14'
parameters:
  - name: Folderpath
    type: string
    displayName: 'configure path'

在 Azure DevOps 管道中,我得到:

在此处输入图像描述

现在它再次工作得很好。

4

1 回答 1

1

昨天发生了影响 Azure DevOps 服务的事件。这可能会导致服务不稳定。现在这个问题已经完全缓解了。我在上面测试了rest api,现在可以正常工作了。

有关详细信息,请参阅Azure DevOps 状态历史记录

于 2020-09-11T02:40:00.493 回答