I am an intern with a start-up company. I don't know anything about Batch files, XML files, the command prompt, or msbuild. I only know the basics of C#.
I have been asked to make a batch file that allows a user to build ALL solutions in a directory, with seven subfolders, in one command. I know how to build one solution in a single folder (by using msbuild mysolution.sln
), but to build many solutions from seven different folders is beyond me.
It is possible to make a batch file that allows msbuild to find all solution files in the subfolders and build them all at once?
Thanks in advance for anyone who can help.