【发布时间】:2020-09-14 22:16:25
【问题描述】:
我想从我的构建工件中排除 web.config 文件,我可以在 CI 管道中的 .net 核心构建模板或 Web 应用程序部署任务中排除,如下图所示 enter image description here
【问题讨论】:
标签: azure continuous-integration devops continuous-deployment
我想从我的构建工件中排除 web.config 文件,我可以在 CI 管道中的 .net 核心构建模板或 Web 应用程序部署任务中排除,如下图所示 enter image description here
【问题讨论】:
标签: azure continuous-integration devops continuous-deployment
能够使用以下方法排除 web.config 和其他文件:
-skip:objectName=filePath,absolutePath=\web.config
【讨论】: