#1
|
|||
|
|||
Hide Password in Failure Step
I have a failure step that emails me the problem like this:
~~~ At %DATETIME%, the build '%PROJFILE%' on %COMPUTERNAME% failed with the following error: FAILURE INFORMATION: Step Name: %FAILSTEP_NAME% Step Status: %FAILSTEP_STATUS% Step Output: %FAILSTEP_OUTPUT% ** Please review the attached build log and fix the build problems immediately! ** ~~~ which expands to this: ~~~ At 6/21/2005 10:11:53 PM, the build 'C:\FSeriesAppDotNet\F6TestDotNet.root\F6TestPort. bld' on MyBuildComputer failed with the following error: FAILURE INFORMATION: Step Name: Check Out Version Shared Assembly Version File Step Status: 1 Step Output: 'C:\Program Files\Microsoft Visual Studio\VSS\win32\ss.exe' Checkout $/F6TestDotNet.root/F6TesTDotNetPort.root/F6TesTDotNetPort/F6TestSharedAssemblyInfo.cs -GLC:\FSeriesAppDotNet\F6TestDotNet.root\F6TesTDotN etPort.root\F6TesTDotNetPort -GWR -GTM -GCK -NL -I-N -YMyUserName,MyPassword -C- F6TestSharedAssemblyInfo.cs is already checked out, continue?(Y/N)N Process completed with exit code 100 ** Please review the attached build log and fix the build problems immediately! ** ~~~ It exposes my password (look for MyUsername,MyPassword above). It there a workaround or fix for this? Thanks, Derek |
|
|