Upload PDBs to Windows symbol server when publishing
This commit is contained in:
parent
45fb3ec41d
commit
34521e5880
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue