text scanning on build
Our project uses visual studio with TFS, resharper, and teamcity. We are using MS build too. We have a CI build running already. I'm looking for a way to get a report or warning (not a build failure) if anyone checks in a file with the string "debugger;" in it.
Any thoughts on how to do this? There are so many different tools available I'm not sure where to start.
Thanks
Please sign in to leave a comment.
Hi,
There is no such functionality in TeamCity. You can configure VCS trigger rules to start/not to start build if there is a specified text in the VCS comment.
Could you describe your use case in more details?