Need to change the value of 'Team Foundation Server' in many VCS
Our TFS server is changing machine name. Is there a quick way to change all the values of 'Team Foundation Server:' under the 'TFS Settings' inside of VCSs? I'm using MySQL, the latest TeamCity on Windows 2003.
Thanks for your time.
Dave
Please sign in to leave a comment.
Current VCS roots settings are stored in .BuildServer/vcs-roots.xml file. You can change this file by hand, server should reload changes automatically.
You are so my HERO! Thanks.