From 47f7f7b02e5c8f064fc7af4bf68a320040a6a77b Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sat, 30 Apr 2016 21:43:33 +0900 Subject: [PATCH] Revert "Don't upload PDB files in CI" This reverts commit 7ab8134613577b9092f5e8e81f1c883174bee222. --- script/upload.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/upload.py b/script/upload.py index fd795172a679..80d9e5e9e090 100755 --- a/script/upload.py +++ b/script/upload.py @@ -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'),