我想自动化我的 Xamarin.iOS 项目的构建过程。我是否需要在带有 TFS 的服务器上安装 Visual Studio?是否需要做任何特别的事情来指向 mac 构建主机?还是我需要将文件复制到 mac 构建主机并在那里启动构建,然后将其复制回 TFS 服务器?
Best Answer-推荐答案 strong>
是的,您需要在 TFS 服务器上安装 VS 并配置 TFS 以连接到 Mac Build Host。详情引用以下链接:
Configuring Team Foundation Server for Xamarin - Requirement
https://developer.xamarin.com/guides/cross-platform/ci/configuring_tfs/connect-tfs-xamarin/
关于ios - 如何自动化 TFS 来构建 xamarin.iOS,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/36069405/
|