Skip to content

Commit cb92df6

Browse files
committed
Upload PDBs to Windows symbol server
1 parent 2e51afc commit cb92df6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script/upload.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ def main():
9090
upload_atom_shell(github, release, os.path.join(DIST_DIR, MKSNAPSHOT_NAME))
9191

9292
if PLATFORM == 'win32' and not tag_exists:
93+
# Upload PDBs to Windows symbol server.
94+
execute([sys.executable,
95+
os.path.join(SOURCE_ROOT, 'script', 'upload-windows-pdb.py')])
96+
9397
# Upload node headers.
9498
execute([sys.executable,
9599
os.path.join(SOURCE_ROOT, 'script', 'upload-node-headers.py'),

0 commit comments

Comments
 (0)