VSO How to build a single solution in a Repository containing two xamarin.ios projects? -
we using visual studio team services our source repository , build , release.
what want do? have solution contains 2 xamarin.ios projects , want automate in visual studio team service(vso), in vso have 1 signing & provisioning section accept 1 certificate , provisioning profile have 2 xamarin.ios projects in 1 solution file, have different identifiers i-e com.www.test , com.www.test1.
can provide steps need take in order build 1 of projects in solutions?
thanks
in xamarin.ios buildstep, there's option specify solution, defaults **/*.sln
.
you can try pick .proj
file of first app there.
i'd create second build definition then, exact same settings, except pick other .proj
file then.
you can create second xamarin.ios build step, you'd have fiddle around parameters in following steps. can not recommend.
if doesn't work, create 2 solutions, of 1 contains first ios project, other 1 second ios project. specify these in build step.
Comments
Post a Comment