View Single Post
  #1  
Old 05-27-2014, 01:33 PM
TOWENS TOWENS is online now
Registered User
 
Join Date: 01-08-2007
Location: Denver
Posts: 5
Can I disable "Wait for completion" and still get the exit code?

I am trying to parallelize some calls to VSTest.Console.exe. The calls publish the test results back to TFS but I also need to get the exit code from each call to know if any tests failed so I can also fail the build in TFS. Is it possible to get the exit code from the stored RUNPROGRAM_PROCESSID?
Reply With Quote