Browse Source

Revert "don't exclude scanner from analyzers"

This reverts commit d927f9850a.
pull/2710/head
Jason Dove 8 months ago
parent
commit
93d5cebb60
No known key found for this signature in database
  1. 3
      .github/workflows/pr.yml

3
.github/workflows/pr.yml

@ -22,6 +22,9 @@ jobs: @@ -22,6 +22,9 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Prep project file
run: sed -i '' '/Scanner/d' ErsatzTV/ErsatzTV.csproj
- name: Build
run: dotnet build --configuration Release --no-restore /p:EnableThreadingAnalyzers=true
build_and_test_windows:

Loading…
Cancel
Save