Microsoft-Build-2016/CodeLabs-MobileDevOps

Build iOS project

pieterdhondt opened this issue · 3 comments

Could you please add some directions on how to build the included iOS project?
I've installed a private agent on a Mac which can be used. But it fails because it doesn't have the necessary Nuget packages. But I can't just run the Visual Studio build steps on the Mac agent either... How to solve this?

Hi Pieter, sorry for taking so long to reply. We haven't documented the iOS steps. To restore the nuget packages try using Mono in a command line task to restore the packages for the core project and then another for the iOS project:
screen shot 2016-04-27 at 1 33 03 pm

Nuget restore on the solution should restore them for the iOS project.

In my printscreen the first command task restores the Core project, second restores the iOS project