From d927f9850a26b169dbb66547c1424230b003ff39 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:03:54 -0600 Subject: [PATCH] don't exclude scanner from analyzers --- .github/workflows/pr.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9d87146c4..856196e31 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,9 +22,6 @@ 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: