tags:

views:

3

answers:

1

Hi, 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.

Thanks and regards CHAMPION

A: 

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

Robert Williams