From fe956f87ec6628f93bda11785e7860b97c61b085 Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Wed, 2 Oct 2019 14:52:55 -0700 Subject: [PATCH] ci: save pdb files for testing builds (#20407) --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 8d35d3ed2253..a7ae13364707 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -103,6 +103,11 @@ build_script: if ($env:GN_CONFIG -eq 'release') { python electron\script\zip-symbols.py appveyor PushArtifact out/Default/symbols.zip + } else { + # It's useful to have pdb files when debugging testing builds that are + # built on CI. + 7z a pdb.zip out\Default\*.pdb + appveyor PushArtifact pdb.zip } - python electron/script/zip_manifests/check-zip-manifest.py out/Default/dist.zip electron/script/zip_manifests/dist_zip.win.%TARGET_ARCH%.manifest test_script: