I have several files added to TFS which is not part of any VS solution, and I'd like to have any check-in for these files to trigger a deploy of the file(s) to a folder on a specific server.
Looking into the TFS Build configuration to solve this, but the default template requires items to build. In my case, there is nothing to build, only files to be copied from TFS to a specific folder.
Am I barking up the wrong tree with TFS Build Configuration? Are there any other approaches to solve this?