Hi!
Story: I have 2 branches in visual studio (.com). I had 2 objects - extensions, which I created checked in and then I deleted and checked in.
Both branches now are completely equal.
Problem: When I am trying to build deployable package from visualstudio.com, it recreates those 2 deleted objects in build machines local folder. So in phase "Build the solution" it throws error saying I have naming problems in those deleted files. And I can not create Deployment Package. BUT when i create that package from Visual studio in my virtual machine, it creates it without problems.
P.S. When I build my model, there are no problems, no errors. Those 2 deleted files not exist anywhere - not locally not in VS.com checked in code.
Question: How to solve it? Where is the problem? I already tried to make new branch and new build definition - did not helped.