Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed obsolete solution filters #2586

Merged
merged 2 commits into from
Aug 31, 2023
Merged

Conversation

jamescrosswell
Copy link
Collaborator

@jamescrosswell jamescrosswell commented Aug 31, 2023

#skip-changelog

Overview

We don't need all of the solution filteres that we have defined for CI.

  • Sentry-CI-Test.slnf - We can also use the same solution filter for dotnet test that we use for dotnet build
  • Sentry-CI-Pack.slnf - We can also use the same solution filter we use for dotnet build in conjunction with the <IsPackable>false</IsPackable> build prop (which can be set in Directory.Build.props)

Sentry-CI-CodeQL.slnf is a little bit tricker, as this should exclude **/Sentry.Bindings*.csproj... but we really need that to build/test... so for the time being, we might have to keep this additional filter. Since it's now automatically generated, it shouldn't be a big burden to maintain though.

@jamescrosswell jamescrosswell linked an issue Aug 31, 2023 that may be closed by this pull request
@jamescrosswell jamescrosswell changed the title Removed Sentry-CI-Pack.slnf Removed obsolete solution filters Aug 31, 2023
@jamescrosswell jamescrosswell marked this pull request as ready for review August 31, 2023 10:01
@jamescrosswell jamescrosswell merged commit b3e104a into main Aug 31, 2023
@jamescrosswell jamescrosswell deleted the remove-obsolete-filters branch August 31, 2023 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Discussion about Solution files, filters and CI
2 participants