I have 2 projects in my solution i want the build log of both of them to be common file.
But on specifying it as a common file the build log of the first project doesn't get appended by the build log of the second file instead it only contains build log of second project.
Is there any way to make it get append other then running a batch file in the post built event to copy contents of two log files in single file