I am using vs2010 and I am creating custom tfs2010 build template.
So I want to copy a directory from my Solution root to my build drop location.
In TFS 2008 this looks like this:
<Exec Command="xcopy "$(SolutionRoot)\"DbLocal\IPA "$(OutDir)"..\Destination"/>
How do I do this in TFS 2010?
I am using vs2010 and I am creating custom tfs2010 build template. So I
Share
With opened your Build Process Template, find in the Toolbox (Ctrl+Alt+X) under “Team Foundation Build Activities” the one you are after:
CopyDirectory.You only have to enter the path to Source & Destination in this form:
