HI all,
I have a folder structure which stores releases in a known location.
The pattern is:
c:\releases\\ - This level will always contain the latest
version of the DLL
c:\releases\\\ - This level stores archived versions of
the DLL, where a.b.c.d is a version number.
I'm having a problem
I have a build that includes many nested build files. Basically itÂ’s a
directory structure where each level has an understanding of only the folders
within it. The master will call the builds in its subfolders, etc. until it
finally gets to the build that works on the SLN files from Visual Stud