TeamCity doesn't honor folder filters rules in trigger conditions
I have a simple VCS trigger that should trigger only when files in certain folders are changed. The filter looks like this:
+:folder1/folder2/**
But instead, the build fires off even when files in folders outside folder2 are changed. What's is wrong with my filter rule?
Thank you.
Please sign in to leave a comment.