View Single Post
  #1  
Old 11-18-2003, 03:53 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
How can I send an email to the responsible developer when a VS.NET build fails?

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 to see the steps described above.
Attached Files
File Type: bld projowner.bld (2.6 KB, 2691 views)
Reply With Quote