No automatic ability to obscure particular password or other values is provided in Visual Build Professional.
One workaround would be to add a Set Macro step to your Failure subroutine that created a new Temporary macro called FAILURESTEP_LOGOUTPUT or similar with the value [Replace(vbld_AllMacros()("FAILURESTEP_OUTPUT").Val ue, "%SS_USER%,%SS_PWD%", "***,***")].
That vb script expression assumes you have defined SS_USER and SS_PWD macros to store your SS username & password.
You would then use FAILURESTEP_LOGOUTPUT as the logged value instead of FAILURESTEP_OUTPUT.
|