Is there any way to skip the builds getting kicked off automatically when certain types of files are checked in? We have a Continuous Integration build definition that kicks off every time we check-in files. We are not doing database builds as of now and using TFS purely as source control for our SQL files. I do not want a build to be kicked off when we check-in these SQL files. Is this possible?
Is there any way to skip the builds getting kicked off automatically when certain
Share
Put the following line in the check-in comments:
***NO_CI***
and you’ll be fine.