Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Preventing a check in from triggering a Continuous Integration (CI) build

As a part of the team build process, if you need to check out and check in a file and do not want that to trigger a CI build then the easiest way is to put ***NO_CI*** in the comment during check in.Easier than that there is  built in property $(NoCICheckinComment) that you can use

On finding find this string in the comment TFS knows that it doesn't need to trigger a build

 

1 Comment

Comments have been disabled for this content.