You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With appcenter nearing termination i decided to look into switching to sentry.
Now I have some troubles getting my debug symbols to upload for release builds.
It uploads but it uses the wrong release name.
The context.
My AssemblyInfo.cs is empty.
My csprojc contains the following
The AssemblyInformationalVersionAttribute, if defined
The version of the entry assembly for the project
The version suggested by running sentry-cli releases propose-version
Everything except for reading that value from the environment variable happens here at build time... For debugging purposes then, you could just copy/paste that snippet from our MS Build task into your MAUI app to verify that the settings you're using for your MAUI app are correctly setting the release via one of those means.
One way to set the AssemblyInformationalVersionAttribute value a MAUI Android application is :
SDK version 5.2.0
Platform : .Net 9 MAUI,
With appcenter nearing termination i decided to look into switching to sentry.
Now I have some troubles getting my debug symbols to upload for release builds.
It uploads but it uses the wrong release name.
The context.
My AssemblyInfo.cs is empty.
My csprojc contains the following
and I have this in my MauiProgram.cs
However in my buildlog I still see this.
1>Getting Sentry Release...
1>Sentry Release: [email protected]
1>Creating Sentry Release: [email protected]
1>Created release '[email protected]'
1>Setting Sentry commits.
I build just using visual studio's start without debugging while set to release.
But the release with the name myapp.MyVersion@v387+387 does get created. its just that the commit goes to the wrong release
The text was updated successfully, but these errors were encountered: