Skip to content

Commit c65ee0a

Browse files
authored
build: Sentry-CI-Build-Linux-NoMobile.slnf (#4395)
1 parent 4a25401 commit c65ee0a

4 files changed

Lines changed: 6 additions & 92 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ jobs:
8686
slnf: Sentry-CI-Build-Linux.slnf
8787
- os: ubuntu-22.04-arm
8888
rid: linux-arm64
89-
slnf: Sentry-CI-Build-Linux-arm64.slnf
89+
slnf: Sentry-CI-Build-Linux-NoMobile.slnf
9090
- os: ubuntu-latest
9191
rid: linux-musl-x64
92-
slnf: Sentry-CI-Build-Linux-musl.slnf
92+
slnf: Sentry-CI-Build-Linux-NoMobile.slnf
9393
container:
9494
image: ghcr.io/getsentry/sentry-dotnet-alpine:3.21
9595
volumes:
9696
- /var/run/docker.sock:/var/run/docker.sock
9797
- os: ubuntu-24.04-arm
9898
rid: linux-musl-arm64
99-
slnf: Sentry-CI-Build-Linux-musl.slnf
99+
slnf: Sentry-CI-Build-Linux-NoMobile.slnf
100100
container:
101101
image: ghcr.io/getsentry/sentry-dotnet-alpine:3.21
102102
volumes:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "Sentry.sln",
3+
"path": ".generated.NoMobile.sln",
44
"projects": [
55
"benchmarks\\Sentry.Benchmarks\\Sentry.Benchmarks.csproj",
66
"samples\\Sentry.Samples.AspNetCore.Basic\\Sentry.Samples.AspNetCore.Basic.csproj",

Sentry-CI-Build-Linux-musl.slnf

Lines changed: 0 additions & 72 deletions
This file was deleted.

scripts/generate-solution-filters-config.yaml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,8 @@ filterConfigs:
5050
- "**/*DeviceTests*.csproj"
5151
- "**/*Maui.Device.TestApp.csproj"
5252

53-
- outputPath: Sentry-CI-Build-Linux-arm64.slnf
54-
include:
55-
groups:
56-
- "allProjects"
57-
exclude:
58-
groups:
59-
- "macOnly"
60-
- "windowsOnly"
61-
- "artefacts"
62-
- "trimTests"
63-
patterns:
64-
- "**/*Android*.csproj"
65-
- "**/*DeviceTests*.csproj"
66-
- "**/*Maui*.csproj"
67-
68-
- outputPath: Sentry-CI-Build-Linux-musl.slnf
53+
- outputPath: Sentry-CI-Build-Linux-NoMobile.slnf
54+
solution: .generated.NoMobile.sln
6955
include:
7056
groups:
7157
- "allProjects"

0 commit comments

Comments
 (0)