Skip to content

Commit d61e87d

Browse files
Exclude mobile targets when publishing Sentry.TrimTest.csproj
1 parent 2f48090 commit d61e87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383
uses: ./.github/actions/buildnative
384384

385385
- name: Publish Test app (macOS)
386-
run: dotnet publish test/Sentry.TrimTest/Sentry.TrimTest.csproj -c Release -r osx-arm64
386+
run: dotnet publish test/Sentry.TrimTest/Sentry.TrimTest.csproj -c Release -r osx-arm64 -p:NO_MOBILE=true
387387

388388
- name: Publish Test app (Android)
389389
run: dotnet publish test/Sentry.MauiTrimTest/Sentry.MauiTrimTest.csproj -c Release -f net9.0-android35.0 -r android-arm64

0 commit comments

Comments
 (0)