Huby03
Huby03

Reputation: 801

Mobile Center Build Issue

I've started to use Visual Studio Mobile Center which seems to be a very good tools for my development lifecycle. I am actually working on a Xamarin Forms project and am using Github as Source Control.

Unfortunately I am unable to build my project on Mobile Center. My project is referencing many other projects hosted on GitHub and Mobile Center cannot get those references. I like to separate my projects when I work, such as Test.FrontEnd, Test.BackEnd, Test.API...

How can I build my project on Mobile Center and get the reference of all my other projects? Because I don't want to merge them all together

Upvotes: 0

Views: 138

Answers (1)

Gerald Versluis
Gerald Versluis

Reputation: 34013

Right now the only thing you can do is merge them into one. Other scenarios are not supported right now in Mobile Center.

An alternative could be to use the full-featured big brother Visual Studio Team Services. But I'm not either sure you can do it in there. Usually people put their code belonging to one project at least in the same repo.

Upvotes: 0

Related Questions