Here’s an example of a command line options that to push symbols to a store using symstore [fn::1]
symstore add /f DebuggingSeries.* /s \\camerons4\Symbols\MySymbols /t "My Version 1" /v "1.0.0.0" /c "Manually adding"
This simply takes the exe and the PDB from my output directory ( the directory I ran symstore in ), and copied the symbols to the UNC folder specified.
[fn::1] location:
- C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symstore.exe
- C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\symstore.exe