Browse Source

don't exclude scanner from analyzers

pull/2710/head
Jason Dove 3 weeks ago
parent
commit
d927f9850a
No known key found for this signature in database
  1. 3
      .github/workflows/pr.yml

3
.github/workflows/pr.yml

@ -22,9 +22,6 @@ jobs: @@ -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:

Loading…
Cancel
Save