Question

I would like to make a VS2010 plugin, which notifies me when a team build completed/failed. So far so good, but I have no idea how I can access these information programatically.

Thanks for help,

Eny

Was it helpful?

Solution

You can use the TFS eventing system. If you want to use WCF, see this blog post on how to achieve that.

OTHER TIPS

Maybe the source code of this Visual Studio sample plugin helps you to build your plugin and how communicate with the source control provider.

Hope helps!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top