Has anyone tried to build Xamarin.Mac app using VSTS build definition? Any help greatly appreciated.
Could someone tell me which build task to use to build the xamarin.mac project?
Has anyone tried to build Xamarin.Mac app using VSTS build definition? Any help greatly appreciated.
Could someone tell me which build task to use to build the xamarin.mac project?
For Xamarin.mac app you can directly use visual studio build task. And it’s unnecessary to use xamarin license. So you can use below tasks:
For the build agent: you can use hosted agent or private agent which install visual studio (no matter on mac OS or windows OS).
And there only have Xamarin.android and Xamarin.iso templates this is because they are mobile app and has some different between platform app. If you want add a template for Xamarin.mac, you can save your build definition as template.
Note: Since you want to generate .app
for mac not .exe
for windows, you should use the agent on mac, and also check if VS is in agent capabilities. If not, you should add VS in it.