Revert "Don't upload PDB files in CI"

This reverts commit 7ab8134613.
This commit is contained in:
Cheng Zhao 2016-04-30 21:43:33 +09:00
parent d91cd424fe
commit 47f7f7b02e

View file

@ -101,6 +101,10 @@ def main():
upload_atom_shell(github, release, os.path.join(DIST_DIR, mksnapshot))
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'),