#1
|
|||
|
|||
Basic question
Hi,
I am new to VisualBuildProfessional.we ahve a system macro called %FAILSTEP_STATUS% which gives the status of the failed step.My question is it possible to reset the value of the macro. As i have many applications in my project if 1 application fails then %FAILSTEP_STATUS% is set to 1.The same is taken over to all the steps.is there any way to solve this problem. |
#2
|
|||
|
|||
The FAILSTEP_STATUS system macro holds the build status of the step that failed and is intended to be used in Failure steps to log the actual failed step info:
http://www.visualbuild.com/Manual/systemmacros.htm The build status of individual steps is available in the step's BuildStatus property: http://www.visualbuild.com/Manual/bu...usproperty.htm |
|
|