In the project I am currently working with, we heavily uses the post build event and relative path references. i.e. we have all the inter-solution references implemented as dll reference with relative path where the referencing solution uses the post build event to drop binary to.
This works well in the visual studio enviornmnet, now we are looking to a automatic way of building the source code and create daily binary drops. The TFS build does not seem to play well with the relative path reference.
Is there any quick solution to this? I cannot believe this is so complicated as all we need is to just schedule a build to get the latest of source code, build it as to visual studio definition and drop the binaries to a shared folder.
Thanks a lot