I want to create a windows service that listens for TFS2013 events. I am particularly interested in events triggered by builds, e.g.: build started, build completed, and events triggered by changes to backlog items. My questions are:
- Is this possible?
- Where can I find an SDK? (what assemblies do I need)
- Are there any recent examples?
All examples I found so far seem to be very dated…as in from 2010… They involve the usage of an ISubscriber interface that is supposed to be moved to another assembly since TFS2013 update 2.