Upload PDBs to Windows symbol server

This commit is contained in:
Cheng Zhao 2015-07-08 11:50:56 +08:00
parent 2e51afcd9e
commit cb92df687d

View file

@ -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'),