build/windows: Distribute .pdb symbols on .msix too (not only on the .appxsym)

Despite what it looks like, the .pdb on .appxsym are
not stored on https://msdl.microsoft.com/download/symbols
I confirmed that on WinDBG and Visual Studio Debugger.
This commit is contained in:
Bruno Lopes 2025-05-19 20:54:44 -03:00
parent b065425ee6
commit 96d09108d5
No known key found for this signature in database

View file

@ -297,7 +297,7 @@ foreach ($bundle in $supported_archs)
Write-Output "(INFO): making $APPXSYM"
Get-ChildItem $msix_arch -Filter *.pdb -Recurse | Compress-Archive -DestinationPath "$APPXSYM.zip"
Rename-Item "$APPXSYM.zip" "$APPXSYM"
Get-ChildItem $msix_arch -Include *.pdb -Recurse -Force | Remove-Item -Recurse -Force
#Get-ChildItem $msix_arch -Include *.pdb -Recurse -Force | Remove-Item -Recurse -Force
}
## Make .msix from each msix_arch