我想不要为我推送到VSTS的一些提交触发CI。
我可以在提交消息中指定哪些内容阻止CI不会触发?
答案 0 :(得分:4)
如何在脚本推送时避免触发CI构建?
将git merge origin/features/hello-world -m "Merge to master ***NO_CI***"
添加到您的提交消息中。例如,hideLeftSideMenuBool
文档:https://www.visualstudio.com/en-us/docs/build/scripts/git-commands