I installed TFS2010 Beta 2 with default settings and configured the CI build with a solution containing separate projects.
My * .cspoj files may have:
<OutputPath>bin\debug\</OutputPath>
Or alternatively:
<OutDir>bin\debug\</OutDir>
When the assembly server is executed to create and run tests, etc., all assemblies are placed in the root of the assembly drop-down folder.
How to configure the assembly to save the output path or outdir in my projects and store the assemblies and contents in the appropriate folder structure (builddropfolder \ bin \ debug \)?
I found several posts, most of which relate to TFS 2008, but I did not find solutions for TFS 2010.
Perhaps this can be solved in the new workflow file for the builds server?