【问题标题】:VSTS/TFS - Build How do you specify a commit message for which the CI build should not get triggered?VSTS/TFS - 构建 如何指定不应触发 CI 构建的提交消息?
【发布时间】:2017-12-18 14:03:53
【问题描述】:

我不想为我推送到 VSTS 的某些提交触发 CI。

我可以在提交消息中指定它们是否会阻止 CI 不触发?

【问题讨论】:

    标签: build continuous-integration azure-devops azure-pipelines azure-pipelines-build-task


    【解决方案1】:

    脚本推送时如何避免触发 CI 构建?

    ***NO_CI*** 添加到您的提交消息中。例如git merge origin/features/hello-world -m "Merge to master ***NO_CI***"

    文档:https://www.visualstudio.com/en-us/docs/build/scripts/git-commands

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-10-18
      • 1970-01-01
      • 2016-10-05
      • 2012-04-18
      • 2018-11-03
      • 2020-02-26
      相关资源
      最近更新 更多