Upload PDBs to Windows symbol server
This commit is contained in:
parent
2e51afcd9e
commit
cb92df687d
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@ def main():
|
|||
upload_atom_shell(github, release, os.path.join(DIST_DIR, MKSNAPSHOT_NAME))
|
||||
|
||||
if PLATFORM == 'win32' and not tag_exists:
|
||||
# Upload PDBs to Windows symbol server.
|
||||
execute([sys.executable,
|
||||
os.path.join(SOURCE_ROOT, 'script', 'upload-windows-pdb.py')])
|
||||
|
||||
# Upload node headers.
|
||||
execute([sys.executable,
|
||||
os.path.join(SOURCE_ROOT, 'script', 'upload-node-headers.py'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue