Capture output of regsvr32 in an InvokeProcess TF Workflow Activity
问题 I have a build process setup to build a managed solution using team build. This solution requires an unmanaged component be registered with the server before we build the solution as we interface with it via COM. The activity (InvokeProcess) I use to register the ComObject looks something like this regsvr32.exe /s ComObject.ocx The activity (InvokeProcess) I use to unregister it looks something like this regsvr32.exe /u /s ComObject.ocx I have also added the WriteBuildMessage and