We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86dee2 commit 531de39Copy full SHA for 531de39
.github/workflows/build.yml
@@ -225,11 +225,10 @@ jobs:
225
run: dotnet publish test/Sentry.TrimTest/Sentry.TrimTest.csproj -c Release -r osx-arm64
226
227
- name: Publish Test app (Android)
228
- run: dotnet publish test/Sentry.TrimTest/Sentry.TrimTest.csproj -c Release -r osx-arm64
+ run: dotnet publish test/Sentry.MauiTrimTest/Sentry.MauiTrimTest.csproj -c Release -f net9.0-android35.0 -r android-arm64
229
230
- name: Publish Test app (iOS)
231
run: dotnet publish test/Sentry.MauiTrimTest/Sentry.MauiTrimTest.csproj -c Release -f net9.0-ios18.0 -r ios-arm64
232
233
234
test-solution-filters:
235
runs-on: ubuntu-latest
0 commit comments