Hi
I am evaluation TFS for VS2013 and new to it. I have tested default Build process. Build process only copy binaries to Drop Copy Folder. Is it possible
1) Drop copy folder should have dependent assemblies , text files which will be used by binaries. Dependent assemblies are generated by different project , but referenced in current project
2) second question , is it possible Drop copy should have SAME STRUCTURE as my local workspace ? it means drop copy folder should have source code files and should not copy binaries in separate folder. I have whole project in "c:\tmp\applications\MyDemoproject", I want drop copy folder should copy whole structure as it is.
thanks
Drew