How to manage configuration & automatic rollout of 20 virtual machines
- by Lucas Meijer
I have a TeamCity build server, with about 20 "build agents", both Windows and MacOS machines.
Often, I need to install a newer version of XCode or VisualStudio or some other tool. Having to do this on all machines manually is boring and error prone. I'm trying to find out what is the best way to achieve the following:
make it easy to change a…