### Describe the bug I tried to generate the msixbundle with Windows App SDK 1.8 but seem the appxsym generation throw an exception. > C:\\Users\\AAA\\.nuget\\packages\\microsoft.windows.sdk.buildtools.msix\\1.7.20250829.1\\build\\Microsoft.Windows.SDK.BuildTools.MSIX.Packaging.targets(3045,5): error MSB6006: “mspdbcmf.exe” have exited,fatal error CMF1106 This error threw from Target `_GenerateAppxSymbolPackage`.`WinAppSdkGenerateAppxSymbolPackage` ### Steps to reproduce the bug Here is the pdb that generated [My-App.pdb](https://github.com/user-attachments/files/22288803/My-App.pdb), I tried to run the mspdbcmf.exe directly with the pdb but still got > C:\\Users\\AAA\Downloads\\My-App.pdb : fatal error CMF1106: I have not idea what is going wrong, the msixbundle generated but due to this error, appxsym missing and the whole generation process failed ### Expected behavior Should be everything ok ### Screenshots ### NuGet package version Windows App SDK 1.8.250907003 ### Packaging type MSIX ### Windows version Windows 11 10.0.26100.6584 ### IDE Visual Studio 2022 17.14.14