I have a solution, which is built using Visual Studio 2010 from a command line. After build, a symstore
from Debugging Tools for Windows is invoked to post PDBs and binaries to the network folder, which is then used as a symbol store.
I understand there also is a Source Server, which I could use together with Symbol Store to keep the source files. How do I have the source files added to that symbol store? I see there is a srcsrv
directory in Debugging Tools, but I cannot find a way to create a source server system outside existing source control system using those tools