将 TFS 文件夹镜像到共享文件夹

发布于 2024-11-08 16:09:43 字数 106 浏览 3 评论 0原文

我在 TFS 中有一个文件夹,想要将其发布到本地网络上的共享文件夹(只读访问权限)。我希望每当签入更改(或新文件)时,文件都会在共享文件夹中自动更新。

做到这一点最简单的方法是什么?

I have a folder in TFS that I want to publish to a shared folder on my local network (read only access). I would like that anytime a change (or new file) is checked in, the files will be automatically updated in the shared folder.

What is the easiest way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

同展鸳鸯锦 2024-11-15 16:09:43

我将设置一个自动构建,将服务器工作区映射到您要监视的文件夹。构建唯一需要做的就是调用 xcopy。您可能需要创建一个自定义工作流程来执行此操作,但这应该相当简单(著名的最后一句话)

I'd set up an automated build, with the server workspace mapped to the folder you want to monitor. The only thing the build would need to do is call out to xcopy. You'll probably need to create a custom workflow to do this but that should be fairly easy (famous last words)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文