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