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