我们在 Ubuntu ARM64 实例中下载工件时遇到问题,并收到一条错误消息-
Failed to parse structured output from Universal Packages tooling (ArtifactTool)
Exception: Expecting value: line 1 column 1 (char 0)
azext_devops.devops_sdk.exceptions.AzureDevOpsServiceError: No release could be found based on the provided information.
cli.azext_devops.dev.common.exception_handler: handling generic error
cli.azure.cli.core.azclierror: Traceback (most recent call last)
在调查日志后,发现了以下错误并对其进行了一些研究。根据观察-
• cli.azure.cli.core.azclierror: Failed to update Universal Packages tooling.
• No release could be found based on the provided information.
看起来这是一个错误问题,并且无法从 Azure Artifacts 下载包,因为 ARM 架构不存在 artifactool。
我们能就此获得帮助吗?