mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Upload PDBs to Windows symbol server when publishing
This commit is contained in:
@@ -69,6 +69,11 @@ def main():
|
||||
os.path.join(SOURCE_ROOT, 'script', 'upload-checksums.py'),
|
||||
'-v', ATOM_SHELL_VERSION])
|
||||
|
||||
# Upload PDBs to Windows symbol server.
|
||||
if TARGET_PLATFORM == 'win32':
|
||||
execute([sys.executable,
|
||||
os.path.join(SOURCE_ROOT, 'script', 'upload-windows-pdb.py')])
|
||||
|
||||
# Press the publish button.
|
||||
publish_release(github, release_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user