Is it possible to automatically Run multiple TFS 2015 (vNext) Build Agents on same server and run the same build successfully?
Currently, we have one build agent on the Build machine. CI builds configured to run automatically for each commits, So far its good.
Now, Build server seems to be a bottleneck because the new mode of "pull request" creates even more builds requests, and we have to wait for the results.
I created another build agent / build queue. Don't know how to make the agents run parallelyy automatically for CI builds. Any ideas / help is appreciated .
Thanks