VCS Trigger not working
Hi,
I have a VCS exclude trigger with this 1 rule:
-:**/Sample.bak
Someone checked in this file and a build was triggered. Isn't this the correct syntax to exclude this file from triggering a build?
Thanks
Please sign in to leave a comment.
hi Angie
try to exclude the file in the checkout rules and not in the trigger
Hi Ziv,
I created the checkout rule you suggested but because of this, my .build can't run the checkout target successfully. So the process is
1. DB changes detected triggering a build
2. Sample.bak checked out
3. DB is rebuilt
4. Sample.bak checked in
When Sample.bak is checked in, I don't want another build to trigger.
Any Suggestions?
Thanks