开发者

Can I "stop" a TFS Build where the only check-in comes from the prior build?

开发者 https://www.devze.com 2023-01-25 01:18 出处:网络
I would like to implement a sort of CI where I build my solution on every checkin.There is one problem, however, and that is that my build scripts often will automatically update certain files that do

I would like to implement a sort of CI where I build my solution on every checkin. There is one problem, however, and that is that my build scripts often will automatically update certain files that do not change the actual compiled assemblies. Is there a way to stop the automatic build (or to not even start) if the only check-in that's triggering it is from one of these "content"开发者_高级运维 files?

Thanks, Matthew


You can add the *NO_CI* tag to the checkin comment for these changes and they wont trigger a build. Bing it and you'll find lots of examples for how to use it.

0

精彩评论

暂无评论...
验证码 换一张
取 消