I am currently looking to start using TFS to manage all the PowerShell scripts I write. I have it set up based on a TechNet Article and have it working for Check-Ins / Check-Outs.
The only issue I have is that I frequently build packages of scripts for customers based on their needs, and these sometimes have supporting files. I can put all this stuff into TFS, but is there a way that I can use the BUILD process to put all the multiple PS1, CSV, and other files into a DROP folder and even possible ZIP the contents? These are all scripts and text files, so there is no real compiling to do here, just a bit of copying. I have been unsuccessful in finding anything online that details this process.
If anyone has some insight on how to set this up, I'd greatly appreciate a push in the right direction.