【发布时间】:2020-05-26 18:37:04
【问题描述】:
我有包含多个项目的 aspnet MVC 5 解决方案,我需要使用 azure CI 和 CD 发布主项目,因此我配置了 azure 构建管道(有关配置,请参阅附件)。但是当生成工件时,我注意到没有包含部署文件的 bin 文件夹。这种行为的可能原因是什么?
This is the generated artifact
This is Solution Configuration task
This is publish artifact configuration task
This is link for the logs of the pipeline
This is The error when i chose the solution instead of csproj
【问题讨论】:
标签: c# asp.net-mvc visual-studio asp.net-mvc-5 azure-devops