diff --git a/azure-pipelines/templates/release.yml b/azure-pipelines/templates/release.yml index 9c126a8f37..8a666ad5a8 100644 --- a/azure-pipelines/templates/release.yml +++ b/azure-pipelines/templates/release.yml @@ -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