build notification in visual Studio 2008\2010 - WMI etc
Posted
by AWC
on Stack Overflow
See other posts from Stack Overflow
or by AWC
Published on 2010-05-13T08:36:19Z
Indexed on
2010/05/13
8:54 UTC
Read the original article
Hit count: 414
I want to be notified when a build has been completed\failed in visual studio and I DO NOT want to use pre\post build steps, I want an external process or VS plugin that will count the number of builds.
So is there anyway to achieve this using something like WMI or other such technology?
I'm not interested in third party libaries, I want to write a plugin for visual studio.
© Stack Overflow or respective owner