简体   繁体   English

在Team Foundation Server中使用Boost

[英]Using Boost with Team Foundation Server

What would be a good way to use Boost in a small team (< 10 people) and lower the time between joining the team and building the application as much as possible. 在较小的团队(少于10人)中使用Boost并减少加入团队与构建应用程序之间的时间的最佳方法是什么。 I basically want a workflow like this... 我基本上想要这样的工作流程...

  1. Set up the TFS with the new person's username + password. 使用新用户的用户名+密码设置TFS。
  2. Have them log into the TFS from Visual Studio. 让他们从Visual Studio登录到TFS。
  3. Check out the team project (which uses boost libraries) and hit build. 签出团队项目(使用Boost库)并进行构建。
  4. Build succeeds. 构建成功。 Now they can get hacking. 现在他们可以被黑客入侵了。

Suggestions, anyone? 建议,有人吗?

将已经编译好的Boost检入“ vendor”文件夹,然后将所有项目引用指向该文件夹。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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