发布到FTP后TFS 2010的建造质量变化

问题描述:

当我更改生成的质量在2010年TFS(生产质量),我想有上传到我的FTP站点的远程服务器上的版本。是否有你知道的任何工具可以做到这一点?如果没有,我如何能做到这一点我自己有什么建议?

When I change the quality of a build in TFS 2010 (to production quality), I would like to have the build uploaded to my FTP site on a remote server. Are there any tools you know of that can accomplish this? If not, any suggestions on how I can do this myself?

谢谢!

如果您想自动化这个你可能需要使用通知系统TFS。您将需要建立一个从TFS收到通知的Web服务,然后有一个Web服务做FTP上传或使其排队一个新的版本,会做的FTP上传。我可能会去的第二个选择,所以如果需要,我可以很容易地做手工上传

If you want to automate this you probably need to use the notification system in TFS. You would need to build a web service that receives the notification from TFS and then have that web service do the FTP upload or make it queue a new build that would do the FTP upload. I would probably go for the second alternative so I could easily do the upload manually if needed.

您可以阅读更多有关事件服务在这里:

You can read more about the event service here:

Team Foundation Server的事件服务