我可以在 TFS 构建机器之外设置符号服务器吗?
我想在我们公司设置一个符号/源服务器,但我无法访问 TFS 构建机器,因为这是由另一个部门管理的(我是开发人员,由发布工程管理)。
我可以在另一台计算机上设置符号/源服务器,该服务器采用 TFS 构建计算机的结果来填充其符号/源数据库吗?
AFAIK 可用的信息总是谈到将服务器安装在与 TFS 构建机器相同的位置。
提前感谢伙伴们。
I would like to setup a symbol / source server at our company but I have not access to the TFS build machine because this is managed from another department (I'm a developer and this is managed by the Release Engineering).
Can I setup the symbol / source server in another machine that takes the results of the TFS build machine to populate its database of symbol / source?
AFAIK the information available talks always about installing the server at the same location as the TFS build machine.
Thanks in advance mates.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
“符号服务器”实际上只是一个可通过 UNC 路径访问的共享文件夹。您可以在构建服务器可访问的任何地方进行设置。您需要向运行构建服务的用户帐户授予“完全控制”权限。我在这里有一篇博客文章,其中包含更多详细信息:
http://blogs.msdn.com/b/jimlamba/archive/2009/06/15/symbol-and-source-server-in-tfs-2010.aspx
A "Symbol Server" is really just a shared folder accessible via a UNC path. You can set one up anywhere that's accessible by your build server. You'll need to grant "Full Control" privileges to the user account the Build Service is running as. I have a blog post with more details here:
http://blogs.msdn.com/b/jimlamb/archive/2009/06/15/symbol-and-source-server-in-tfs-2010.aspx
绝对 - 老实说,我会在除了构建机器之外的任何地方设置它。您也希望它在某种程度上是永久性的,因此我什至建议进行友好的 DNS 设置,并在从构建过程发布到 Symbol Server 时使用该名称。
更多信息:http://bit.ly/SymbolServerTFS
Absolutely - honestly I would setup it up anywhere except the build machine. You'll want it to be somewhat permanent as well so I would even suggest having a friendly DNS setup and use that name when publishing to Symbol Server from the build process.
Some more information: http://bit.ly/SymbolServerTFS