Danny Ellis Jr.
Danny Ellis Jr.

Reputation: 1706

Changed TFS 2015 server IP address and now gated checkins won't build

My company just decided to move our TFS 2015 server and gave it a new IP and Computer Name. I have fixed some of the resulting issues and can connect to the server, but I cannot get the gated check-in build working again.

I'm getting the following error which shows the old IP:

TFS Build failure output

I've changed this everywhere I can find. Could someone tell me where this might be coming from?

Upvotes: 2

Views: 473

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51183

This is due to your solutions still associate with old server. The TFS server registration info still stored in Visual Studio.You need to remove the bindings.

You can either edit the sln file manually or just remove the cache in C:\Users[USER]\AppData\Local\Microsoft\Team Foundation\X.0\Cache Then open Team Explorer in VS and add the new server. This will force Visual Studio to use the new IP address that you have changed.

Upvotes: 2

Related Questions