0

We're moving our projects to visualstudio.com and it works fine.

I've created some build definitions and changed some default settings. I used Visual Studio 2015 to create and edit the build definitions.

My colleagues can not see all the changes I've made when they view the build definitions on their machines in Visual Studio 2015 and vice versa. Some settings are not updated.

What can cause this issue?

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
David
  • 21
  • 1
  • 4

2 Answers2

0

We had this issue during our migration from TFS 2010 to 2015. In the end we found two causes for this:

  • Users were pointed at the wrong TFS server

enter image description here

  • Users needed to refresh the TFS data in VS

enter image description here

chief7
  • 14,263
  • 14
  • 47
  • 80
0

The problem started when we migrated from TFS2010 to VSO.

We're using the legacy xaml build definitions where we eventually found the problem:

Some setting values were enclosed in sharp brackets [] in the xaml.

Removing the sharp brackets solved it. I have no idea why.

David
  • 21
  • 1
  • 4