I have an issue where in I need to list the possible list of build machines in the "Build" window.
(You can find a drop down for "Build Machine" when you start a Team Build.)
Consider the scenario, where in I have Team Builds T1 & T2 running in machine M1.
And T3 & T4 are running in machine M2.
The build T1 is running on M1 and at the same time, I need to kick-off T2.
Obviously, I cannot start T2 on M1 as M1.
Now I have machine M2 that is idle, but the user has to type it.
If it were possible to list the preset machine list under "Build Machines" drop-down in the build window, that would help the developers from typing different machine names.
Thanks in advance..!