vsts-resharper-code-quality-task
vsts-resharper-code-quality-task copied to clipboard
Workaround for hanging child processes
We are experiencing an issue with Start-Process taking about 15 minutes to complete. This is probably due to the fact that Start-Process -Wait also waits for any child processes spawned by the parent process (inspectcode) to complete. This is a workaround.