dhundley
2 years agoRegular Contributor
specifying multiple agents for an azure pipeline
My site uses self hosted agents that are installed on VMs with Windows OS. To run my TestComplete automation scripts I create an Azure pipeline with a line in the Demands section as shown here that d...
- 2 years ago
i finally figured it out on my own. just had to add a second agent job to the pipeline and specify the Demand Agent.Name equals <agent name> and they ran simultaneously