【问题标题】:Exclude web.config file from build artifact in azure devops, wed aap deploy on iis从 azure devops 中的构建工件中排除 web.config 文件,在 iis 上部署 Web 应用程序
【发布时间】:2020-09-14 22:16:25
【问题描述】:

我想从我的构建工件中排除 web.config 文件,我可以在 CI 管道中的 .net 核心构建模板或 Web 应用程序部署任务中排除,如下图所示 enter image description here

【问题讨论】:

    标签: azure continuous-integration devops continuous-deployment


    【解决方案1】:

    能够使用以下方法排除 web.config 和其他文件:

    -skip:objectName=filePath,absolutePath=\web.config

    exclude file command

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-08-07
      • 1970-01-01
      • 2019-11-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多