我计划使用 Ubuntu azure 代理创建构建和发布管道。
Dotnet Build 和 Restore 命令失败。我的项目来自 dotnet core 3.1 版本。
请让我知道构建、恢复和运行我的测试的最小依赖项(使用 dotnet test)
答案1
安装了 dotnet 运行时 3.1 版本,如中所述 https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu
我计划使用 Ubuntu azure 代理创建构建和发布管道。
Dotnet Build 和 Restore 命令失败。我的项目来自 dotnet core 3.1 版本。
请让我知道构建、恢复和运行我的测试的最小依赖项(使用 dotnet test)
安装了 dotnet 运行时 3.1 版本,如中所述 https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu