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
* fix: failed to write libxamarin-app.so
Another try at #4091
The theory is that it might be related to the restore operation rather than the build:
https://github.com/getsentry/sentry-dotnet/blob/25a2d578cd35766fcccf9e9fbab660d238640fdf/test/Sentry.Android.AssemblyReader.Tests/Sentry.Android.AssemblyReader.Tests.csproj#L19-L26
In CI we run the restore once, separate from the build... so this PR attempts to restore the `AndroidTestApp` in the same way (rather than as a dependency of the `BuildTestAPKs` target).
#skip-changelog
* Update Sentry.Android.AssemblyReader.Tests.csproj
* Add AndroidTestApp to solution (so no special restore operation is required)
* Revert "Add AndroidTestApp to solution (so no special restore operation is required)"
This reverts commit 7eca52f.
* Use Run Target Exactly Once trick...
* Update Sentry.Android.AssemblyReader.Tests.csproj
* Update test/Sentry.Android.AssemblyReader.Tests/Sentry.Android.AssemblyReader.Tests.csproj
0 commit comments