I utilize Eclipse with Team Explorer Everywhere to connect to a Team Foundation Server, whose primary purpose is to serve as a repository for my PHP application.
Rather than running a build on check-in, I’d like to have TFS dump the latest copies of the files to a specified folder, without building.
Is this action possible?
You can modify the build template\script to just perform the copy operation.