My requirement is to automatically deploy my project in a remote machine. Currently my project resides in the TFS server.
In my project I have a folder named Database and I used to add the sql scripts to this folder and checked in the complete solution to TFS. In order to run the script for the remote machine I need to get the latest script from the TFS. So how can get the path of Database folder and associated file (.sql file). I am using tfs api to retrieve the information about project from tfs.