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 2f48090 commit d61e87dCopy full SHA for d61e87d
.github/workflows/build.yml
@@ -383,7 +383,7 @@ jobs:
383
uses: ./.github/actions/buildnative
384
385
- name: Publish Test app (macOS)
386
- run: dotnet publish test/Sentry.TrimTest/Sentry.TrimTest.csproj -c Release -r osx-arm64
+ run: dotnet publish test/Sentry.TrimTest/Sentry.TrimTest.csproj -c Release -r osx-arm64 -p:NO_MOBILE=true
387
388
- name: Publish Test app (Android)
389
run: dotnet publish test/Sentry.MauiTrimTest/Sentry.MauiTrimTest.csproj -c Release -f net9.0-android35.0 -r android-arm64
0 commit comments