build: Sentry-CI-Build-Linux-NoMobile.slnf#4395
Conversation
There was a problem hiding this comment.
Bug: Mobile Projects Included in Linux Build
The patterns section for the new Sentry-CI-Build-Linux-NoMobile.slnf configuration is empty. This omission means mobile-related projects (e.g., **/*Android*.csproj, **/*DeviceTests*.csproj, **/*Maui*.csproj), which were previously excluded, will now be included. This will cause compilation failures on Linux builds, as these platforms do not support mobile targets.
scripts/generate-solution-filters-config.yaml#L63-L64
sentry-dotnet/scripts/generate-solution-filters-config.yaml
Lines 63 to 64 in f1a6222
@cursor Not sure if I get that comment right. This changeset is essentially merging the duplicate |
Replaced duplicate
Sentry-CI-Build-Linux-arm64.slnfandSentry-CI-Build-Linux-musl.slnfsolution filters withSentry-CI-Build-Linux-NoMobile.slnfand made it inherit.generated.NoMobile.sln.Before:
Sentry-CI-Build-Linux.slnfSentry-CI-Build-Linux-arm64.slnfSentry-CI-Build-Linux-musl.slnfAfter:
Sentry-CI-Build-Linux.slnfSentry-CI-Build-Linux-NoMobile.slnfAs discussed in:
linux-musl-arm64#4365 (comment)#skip-changelog