如何获取在 tfs 2008 服务器上构建的不同版本的 Web 应用程序的代码
我已经在 tfs 服务器上创建了一个 Web 项目,并为此应用程序设置了构建,该应用程序每天都会构建该应用程序。我想向测试团队提供特定版本的构建,但是如果该版本在两三天前成功构建,我如何获得几天前成功构建的特定构建的源代码。
I have been created a web project on tfs server and set a build for this application, which builds the application daily. I want to give a specific version of build to testing team, but if that version was build successfully before two or three days, how can I get the source code of that particular build which was build successfully a few days before.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我理解正确,您将需要回滚到您正在查找的变更集。本文将解释如何做到这一点。
http://msdn.microsoft.com/en-us /library/ms194956(VS.80).aspx
If I understand correctly, you'll need to roll back to the Changeset you are looking for. This artcile will explain how to do that.
http://msdn.microsoft.com/en-us/library/ms194956(VS.80).aspx