syonip
syonip

Reputation: 2971

Is it possible to create a hosted mac OSX agent on Visual Studio Team Services build definition?

On visualstudio.com, I have configured a build running on a hosted agent for my cross platform app.

How can I add an OSX agent?

I've read this: https://www.visualstudio.com/en-us/docs/build/actions/agents/v2-osx, but it seems to refer to a "private agent", which isn't hosted to my understanding.

Can I somehow add a hosted OSX build agent?

Upvotes: 0

Views: 233

Answers (1)

Daniel Mann
Daniel Mann

Reputation: 58981

There is no hosted OSX agent. You'll have to configure your own.

Upvotes: 1

Related Questions