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: