开发者

Mirror a TFS folder to a shared folder

开发者 https://www.devze.com 2023-03-07 01:59 出处:网络
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 t开发者_如何学Pythonhat anytime a change (or new file) is checked in, the files wil

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 t开发者_如何学Pythonhat 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?


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)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号