diff --git a/.ci/azure-pipelines/steps_windows.yml b/.ci/azure-pipelines/steps_windows.yml index ef620f34d..f368b43f2 100644 --- a/.ci/azure-pipelines/steps_windows.yml +++ b/.ci/azure-pipelines/steps_windows.yml @@ -11,7 +11,8 @@ steps: .\Create-Win32InstallerMUI.ps1 -PackageName 'Mumble_${{parameters.arch}}' -Version '1.4.0' cp *.sha* $(Build.ArtifactStagingDirectory) cp *.msi $(Build.ArtifactStagingDirectory) - cp *.pdb $(Build.ArtifactStagingDirectory) + 7z a PDBs.7z *.pdb + cp PDBs.7z $(Build.ArtifactStagingDirectory) displayName: Build installer - template: task-publish-artifacts.yml parameters: