|
#1
|
|||
|
|||
Build errors email
I am build a visual studio project. If there are errors during the build ... I want to get just the lines with the errors and send a email. How can I accomplish this?
I need to automate this process every night. Whats the best way to do it? Can I use task scheduler to do this? If there are any erros during the build .. will it exit the process on an error? If so can I setup an email for that? Thanks, Koushik |
#2
|
|||
|
|||
See the VStudio.bld sample for an example of sending the failure step output on build failure. You can use a scheduled task to perform a nightly build. See http://www.visualbuild.com/Manual/?schedulingbuilds.htm for more details.
|
#3
|
|||
|
|||
Could you be more explanatory?
need to know how a build.log (wth failed build steps) be catured an emailed? Also if a particular step failed, how one can skip to desired step? IF (MACRO_COMPILATION = FAIELD ) THEN GOTO :EXIT END IF TIA |
|
|