Normally "cargo install" will use the latest dependencies, but this causes an issue with "dump_syms". Use "--locked" makes sure we use the dependency versions as indicated by "dump_syms", instead of the latest version.
Additionally, also store PDB and exe files on the Symbol Server for easier debugging with MSVC.