We are using Visual Studio Team Services as our source repository and for Build and Release.
What I Want to do? I have a solution that contains two xamarin.ios projects and want to automate in Visual Studio Team Service(VSO), but in VSO we have only one Signing & Provisioning section which accept only one Certificate and provisioning profile but i have two xamarin.ios projects in one solution file, which have different identifiers i-e com.www.test and com.www.test1.
Can someone provide the steps I need to take in order to only build one of the projects in Solutions?
Thanks