Skip to content

Commit

Permalink
fix: Upload all *.dll.pdb to symbol server (#26967)
Browse files Browse the repository at this point in the history
Fixes #26961.

Notes: Add Electron DLLs like libGLESv2.dll to symbol server

Co-authored-by: Biru Mohanathas <birunthan@mohanathas.com>
  • Loading branch information
trop[bot] and poiru committed Dec 11, 2020
1 parent e83bd9b commit 36b1f8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/release/uploaders/upload-symbols.py
Expand Up @@ -29,6 +29,8 @@ def is_fs_case_sensitive():
os.path.join(RELEASE_DIR, '{0}.exe.pdb'.format(PROJECT_NAME))
]

PDB_LIST += glob.glob(os.path.join(RELEASE_DIR, '*.dll.pdb'))

NPX_CMD = "npx"
if sys.platform == "win32":
NPX_CMD += ".cmd"
Expand Down

0 comments on commit 36b1f8f

Please sign in to comment.