I have read the help multiple times, and with more searching I think I know whats wrong here. This task is really just for use with the UpgradeTemplate in TFS2010.
Here is what I'm trying to do:
Write a simple msbuild script that will build a project using devenv. I'm using the DefaultTemplate and just specifying my msbuild script in the project list. So I need my solution/project to build, plus have its output copied to OutDir.
I have tried the VSDevenv task but, can't figure out how to get the built files copied to OutDir.
Any help on this would be appreciated.