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