I tried filtering by user, where domain\user
is the username as it appears in TFS. However, this resulted in no builds triggering at all.
+:user=domain\user1
+:user=domain\user2
Then I tried this
+:.
+:user=domain\user1
+:user=domain\user2
This triggers builds, but on every checkin by every user, which is not my intention. Is there some known bug (which I didn't find) or am I doing something wrong? I used VS solution builder for this configuration.