安装完成之后,创建一个项目管理。
初始化代码库
然后下载代理 (服务器)并设置。下载代理需要FQ才可以下载成功。
想要支持 netcore2.0 必须在代理服务器上安装 vs2017 跟netcore2.0
Yes, you need to install .netcore 2.0 and Visual Studio 2017 on TFS build agent server. The .netcore project is created in VS 2017, so when you build on build agent server, you also need VS 2017 and .netcore 2.0 on it.
还要安装 Visual Studio 2017 生成工具 https://www.visualstudio.com/zh-hans/downloads/ 安装到代理服务器上面
解决方案 参考:https://social.msdn.microsoft.com/Forums/azure/en-US/309e412f-6635-4ed2-9c6b-308f31ec435a/build-and-deploy-net-core-20-projects-using-tfs-2017?forum=tfsgenera
备注:新增的用户,必须在本地安全策略里面设置下 允许从网络访问计算机,否则无法使用该用户进行登录。