1

I got a c# based Xamarin.Forms project that contains a "git submodule" as a dependency. The submodule is actually another dotnet solution with many projects, however my app only relies on one of them.

The Mobile center CI crushes while building. It seems that regardless of my entry point project references the mobile center recursively builds every single unrelated project that got cloned as a side effect. How can I tell the CI to only build the target project and its references.

What I would expect to happen is for the CI to only build my Xamarin.Forms project and its dependencies and not everything.

What am I missing?

note. There is no reference link whatsoever from my entry point csproj to the one that crushes the mobile centers CI build.

Brandon Minnick
  • 13,342
  • 15
  • 65
  • 123
cleftheris
  • 4,626
  • 38
  • 55

1 Answers1

1

Sorry to hear that. This might be a bug in Mobile Center. In order to provide confidential information on this issue I recommend opening a conversation in the support system (the blue chat button in the lower right corner) of the Mobile Center portal. This way we can direct it at the right engineering team.

Matthias Wenz
  • 592
  • 4
  • 14
  • thanks for your suggestion. As a matter of fact I have opened the chat before posting my question but I thought it could be something I could do on my side to stop the propagation. – cleftheris Oct 10 '17 at 08:27