I have a tfs 2013 server, and some folks who use BIDS 2008 (SSRS projects/solution) and keep it source controlled via tfs. I know tfs can't build the solution (it could if we did the one way upgrade, but then the bids 2008 folks can't mess with the solution anymore). I can't keep another solution in TFS that is just for building, because what I'd they add another project to the solution in bids, the other solution wouldn't pick up on that.
In the end, what I'd like is to have a build just dump all the *.rdl files from the solution to an output directory. Not worry about tfs building it I'd I don't have to.
This way they can use bids 2008 for their SSRS projects/solution, and trigger a build that would copy their rdl files to the staging report server.
Suggestions?