diff options
author | glx22 <glx@openttd.org> | 2020-06-07 15:03:55 +0200 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2020-06-08 09:49:26 +0100 |
commit | 1e01982a2e36b532d0bdf3768827eb7233b0ecee (patch) | |
tree | a64006eb5a5e25c0e33431e5a7f8ae5150bdc411 /azure-pipelines | |
parent | 3d766775948fefa9ffe6e564dce844b24e2f11e0 (diff) | |
download | openttd-1e01982a2e36b532d0bdf3768827eb7233b0ecee.tar.xz |
Fix: Restore compression of pdb
Diffstat (limited to 'azure-pipelines')
-rw-r--r-- | azure-pipelines/templates/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |