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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

- name: Test
run: dotnet test Sentry-CI-Test.slnf -c Release --no-build --nologo -l GitHubActions -l "trx;LogFilePrefix=testresults_${{ runner.os }}"
run: dotnet test Sentry-CI-Build-${{ runner.os }}.slnf -c Release --no-build --nologo -l GitHubActions -l "trx;LogFilePrefix=testresults_${{ runner.os }}"

- name: Test symbol upload
uses: getsentry/github-workflows/sentry-cli/integration-test/@v2
Expand All @@ -82,7 +82,7 @@ jobs:

- name: Create Nuget Packages (release branch only)
if: env.CI_PUBLISHING_BUILD == 'true'
run: dotnet pack Sentry-CI-Pack.slnf -c Release --no-build --nologo
run: dotnet pack Sentry-CI-Build-${{ runner.os }}.slnf -c Release --no-build --nologo

- name: Archive Nuget Packages (release branch only)
if: env.CI_PUBLISHING_BUILD == 'true'
Expand Down
24 changes: 0 additions & 24 deletions Sentry-CI-Pack.slnf

This file was deleted.

27 changes: 0 additions & 27 deletions Sentry-CI-Test.slnf

This file was deleted.

1 change: 1 addition & 0 deletions benchmarks/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- Never use Sentry CLI for benchmark projects. -->
<PropertyGroup>
<UseSentryCLI>false</UseSentryCLI>
<IsPackable>false</IsPackable>
</PropertyGroup>

</Project>
48 changes: 14 additions & 34 deletions scripts/generate-solution-filters-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################
# This file is used by generate-solution-filters.ps1 to generate
# This file is used by generate-solution-filters.ps1 to generate
# the *.slnf solution filters for the Sentry solution.
################################################################

Expand Down Expand Up @@ -83,48 +83,28 @@ filterConfigs:
- "samples/**/*.csproj"
- "test/**/*.csproj"

- outputPath: Sentry-CI-Pack.slnf
include:
groups:
- "allProjects"
exclude:
patterns:
- "**/Sentry.Profiling.csproj"
- "benchmarks/**/*.csproj"
- "samples/**/*.csproj"
- "test/**/*.csproj"

- outputPath: Sentry-CI-Test.slnf
include:
patterns:
- "test/**/*.csproj"
exclude:
patterns:
- "test/MauiTestUtils/**"
- "**/*TestApp.csproj"

- outputPath: SentryAspNetCore.slnf
include:
patterns:
- "**/*AspNetCore*.csproj"
- "**/Sentry.DiagnosticSource.csproj"
- "**/Sentry.Extensions.Logging.csproj"
- "**/Sentry.Extensions.Logging.Tests.csproj"
- "**/Sentry.OpenTelemetry.csproj"
- "**/Sentry.csproj"
- "**/Sentry.Testing.csproj"
- "**/Sentry.Tests.csproj"
- "**/Sentry.Extensions.Logging.csproj"
- "**/Sentry.Extensions.Logging.Tests.csproj"
- "**/Sentry.OpenTelemetry.csproj"
- "**/Sentry.csproj"
- "**/Sentry.Testing.csproj"
- "**/Sentry.Tests.csproj"

- outputPath: SentryAzureFunctions.slnf
include:
patterns:
- "**/*AzureFunctions*.csproj"
- "**/Sentry.Samples.Console.Basic.csproj"
- "**/Sentry.Extensions.Logging.csproj"
- "**/Sentry.csproj"
- "**/Sentry.Testing.csproj"
- "**/Sentry.Testing.CrashableApp.csproj"
- "**/Sentry.Tests.csproj"
- "**/Sentry.Samples.Console.Basic.csproj"
- "**/Sentry.Extensions.Logging.csproj"
- "**/Sentry.csproj"
- "**/Sentry.Testing.csproj"
- "**/Sentry.Testing.CrashableApp.csproj"
- "**/Sentry.Tests.csproj"

- outputPath: SentryCore.slnf
include:
Expand Down Expand Up @@ -193,4 +173,4 @@ filterConfigs:
- "samples/**/*"
- "**/*Bindings*"
- "**/*DeviceTests*"
- "**/*TestApp*"
- "**/*TestApp*"