dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.98k stars 1.72k forks source link

[Andriod] Symbol packages are not published #21070

Open BaY1251 opened 6 months ago

BaY1251 commented 6 months ago

Description

Symbol packages are required to get crash reports.Especially when an exception occurs, the line number. I can find pdb in output file. But,There are indeed no pdbs in the package.

package output

Steps to Reproduce

Open /HorizontalList/HorizontalList.sln Change configuration to 'Release' Click Publish

Link to public reproduction project repository

https://github.com/BaY1251/MauiDebug.git

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android7.1

Did you find any workaround?

No response

Relevant log output

No response

ninachen03 commented 6 months ago

Verified this issue on VS 17.10.0 Preview 2. can repro it.