Commit 831cd47
authored
fix: failed to write libxamarin-app.so (#4400)
* 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.csproj1 parent 618c06a commit 831cd47
File tree
1 file changed
+11
-6
lines changed- test/Sentry.Android.AssemblyReader.Tests
1 file changed
+11
-6
lines changedLines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments