WarriorPoet
WarriorPoet

Reputation: 3

How do I configure Xamarin.iOS build step in Visual Studio Team Services?

I am trying to configure Visual Studio Team Services to build a Xamarin.Forms project and build the project. But I cannot get it queue a build on a hosted agent pool. I am using the following build steps:

Build Steps

I click on Queue Build.

I receive the following error message:

Error Message

It appears as though I am missing a critical step. What did I forget to configure? Thank you.

Upvotes: 0

Views: 31

Answers (1)

Eddie Chen - MSFT
Eddie Chen - MSFT

Reputation: 29976

Building "Xamarin.iOS" project requires an On-premises XPlat agent with Xamarin installed. enter image description here

Deploying one according to the steps here: OSX Agent and then following the configuration here: Define your Xamarin.iOS build.

Upvotes: 0

Related Questions