Fix: Restore compression of pdb

This commit is contained in:
glx22 2020-06-07 15:03:55 +02:00 committed by Charles Pigott
parent 3d76677594
commit 1e01982a2e
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ jobs:
set -ex
cp build/RelWithDebInfo/openttd.pdb build/bundles/openttd-$(Build.BuildNumber)-windows-$(BundlePlatform).pdb
xz -9 build/bundles/openttd-$(Build.BuildNumber)-windows-$(BundlePlatform).pdb
displayName: 'Copy PDB to bundles folder'
- template: release-bundles.yml