简体   繁体   中英

How to automate TFS to build xamarin.iOS

I would like to automate a build process of my Xamarin.iOS project. Do I need to have Visual Studio installed on the server with TFS? Is there anything special that needs to be done to point to the mac build host? Or do I need to copy files to the mac build host and initiate the build there and then copy it back to the TFS Server?

Yes, you need to install VS on TFS server and configure the TFS to connect to Mac Build Host. Refer to following links for details:

Configuring Team Foundation Server for Xamarin - Requirement

https://developer.xamarin.com/guides/cross-platform/ci/configuring_tfs/connect-tfs-xamarin/

Visual Studio online now has build definitions for Xamarin.iOS so you can build on the cloud.

Sign up for an account, create a project, go to build > build definitions > + > select Xamarin.iOS.

Not a lot of documentation on it but if you work it out, its great.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM