misaya opened this issue 7 years ago · 4 comments
@duotai .net/.netcore 项目能通过shell命令构建么?
@duotai 如果能通过shell命令构建,那只需要agent跑的机器中支持对应的环境即可
dotnet 可以使用terminal|cmd|shell|powershell等命令行进行构建:
terminal
cmd
shell
powershell
dotnet publish -c Release -o ../output/
@duotai 可以在 YML 配置文件中直接使用 构建脚本即可