From 1e01982a2e36b532d0bdf3768827eb7233b0ecee Mon Sep 17 00:00:00 2001 From: glx22 Date: Sun, 7 Jun 2020 15:03:55 +0200 Subject: Fix: Restore compression of pdb --- azure-pipelines/templates/release.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure-pipelines') diff --git a/azure-pipelines/templates/release.yml b/azure-pipelines/templates/release.yml index 9c126a8f3..8a666ad5a 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 -- cgit v1.2.3-54-g00ecf