Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

How to build the entire Xamarin Forms solution using the command line on Mac

$
0
0

I got to find the commands to build the iOS and Android projects from this link but these don't trigger the build of the shared project. These commands I'm using are:

/Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool build "--configuration:Release" /path/to/solution.sln
xbuild /t:SignAndroidPackage /p:Configuration=Release /path/to/android.csproj

How could I achieve this via the command line on Mac?

Thank you very much

PS: When I access via Xamarin Studio and build the solution, then those build commands work but they don't on a clean clone and give an error asking for libs created on the shared project.


Viewing all articles
Browse latest Browse all 58056

Trending Articles