I am wondering if it is possible to configure TFS to run two command line execution steps at the same time (each one targeting its own Agent). The reason for this is that we are trying to incorporate parallel testing for our windows app, and since it is not web based we are kind of faking our own parallel solution by splitting the tests into different groups. What we have right now is two separate build definitions that are kicked off at the same time. I want to move it into just one build definition and have the command line executions run at the same time.
Is this possible with TFS? Thank you!
You have multi-phase build run possibility only in VSTS at the moment. But you can use release management in TFS and use parallel agents, if you are using TFS 2017.1 or higher. If you are using TFS 2015.2 or above use release management multiple environments and set them to run parallel.