CHAMPION
CHAMPION

Reputation:

How to get code of different version of a web application build on tfs 2008 server

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.

Upvotes: 0

Views: 55

Answers (1)

Robert Williams
Robert Williams

Reputation: 1340

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

Upvotes: 0

Related Questions