I am creating an integration system that needs to execute some kind of code on Team Foundation Server (2010+) when a user checks for some changes. I can schematically access the validation without problems, but I would like to know when new validations will be added. Ideally, I would like to receive a notification and receive verification data so that I can manipulate it and publish what I need for another API, but if the notification that a new verification is all that exists, that would be enough. Ideally, I could force tfs to call my own C # code on the same computer.
I have been browsing the Internet for the past 2 days, and I am firmly convinced that this is possible, however I cannot find any details on how to do this, and, frankly, I am running out of ideas about where to look. If anyone has ideas on where to start, or where to look, or ideally any such initial ideas, it would be very helpful.
I mainly worked at TFS Integration Tools, but the documents for this are still dubious at best. I found all the adapterβs existing source code (for cleaning, etc.), but I donβt see anything to run execution anywhere, because I suspect that they are more designed for one-way migration.
source share