PDA

View Full Version : How can I send an email to the responsible developer when a VS.NET build fails?


kinook
11-18-2003, 04:53 PM
The attached sample demonstrates failure steps that

1) parse a failed Make VS.NET step's build output to determine the name of the failed project
2) assign the project owner's email address to the PROJ_OWNER temporary macro
3) send email to the project owner determined in the previous step

Note: Go to the Failure Steps pane (http://www.visualbuild.com/Manual/steppanes.htm) to see the steps described above.