【发布时间】:2020-09-14 10:47:42
【问题描述】:
我在 Azure DevOps 中有一个构建管道,它具有以下任务并使用托管代理。
现在,当我运行它时,测试任务失败并显示以下消息。
Testhost process exited with error: It was not possible to find any compatible framework version
The framework 'Microsoft.AspNetCore.App', version '2.2.0' was not found.
如何在托管代理中安装 2.2.0 版?
【问题讨论】:
标签: azure-devops