Hello everyone,
I can create a project alert to get a notification of the tfs build completion. But i have a console application (or a win service) that will be running and once the build is completed, regardless of the build outcome like failed or passed, it will add some data to my local database. I need some help on how to approach this problem. How can i make my console application or win service on my desktop to listen to the build events? How can i subscribe to the tfs build events? I am looking for a solution that can be done through code without touching the tfs server or the build template.
I do not want to create a project alert to receive mail of build completion and then listen to outlook for mails because I may not be having outlook on my desktop.
Thanks in advance
Thanks, Pratap