Azure DevOps Artifact Feed 在 Visual Studio 中给出 500 错误

Azure DevOps Artifact Feed giving 500 error in Visual Studio

我有两个构建工件并将其部署到组织级工件提要的包。当我从“连接到提要”按钮复制 URL 并将提要添加到 Visual Studio 时,我在其中使用我的 DevOps Azure 帐户登录,收到以下错误:

Could not connect to the package feed Response status code does not indicate success: 500 (Internal Server Error - TF400898: An Internal Error Occurred. Activity Id: 4071e6a4-bb6a-427d-b3c2-573a28287ec0. (DevOps Activity ID: 4071E6A4-BB6A-427D-B3C2-573A28287EC0)).

提要确实有 public NuGet 作为上游提要。我找不到任何日志来确定实际错误是什么。我的包名只有 18 个字符长,22 个字符长,所以我不认为这是一个长度问题。有什么想法吗?

我最终删除了提要并重新创建了它。完成后一切开始工作。