More on running multiple TFS build controllers on a single VM
I have been having a on-going project to run multiple build controllers on a single VM. Today I needed to reconfigure a on of the controllers to point at a different TPC. You have to do this the correct way to avoid problems. My error log was full of _Http communication failure: _Exception Message: Cannot listen on pipe name ’net.pipe://build/ServiceHost/1’ because another pipe endpoint is already listening on that name. (type AddressAlreadyInUseException) ...