Skip to content

Commit

Permalink
build: hopefully fix build now
Browse files Browse the repository at this point in the history
  • Loading branch information
wgnf committed Nov 5, 2023
1 parent 41e75cb commit 860f174
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test-and-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ jobs:
- name: Restore workloads
run: dotnet workload restore

- name: Restore
run: dotnet restore
- name: Build 'CsvProc9000'
run: dotnet build "CsvProc9000/CsvProc9000.csproj"

- name: Build
run: dotnet build --no-restore

- name: Test
run: dotnet test --no-build --no-restore --collect:"XPlat Code Coverage" --blame-hang --blame-hang-timeout 60s /property:GenerateFullPaths=true /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:ExcludeByAttribute='ExcludeFromCodeCoverage' /p:SkipAutoProps=true
- name: Test 'CsvProc9000.Tests'
run: dotnet test "CsvProc9000.Tests/CsvProc9000.Tests.csproj" --collect:"XPlat Code Coverage" --blame-hang --blame-hang-timeout 60s /property:GenerateFullPaths=true /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:ExcludeByAttribute='ExcludeFromCodeCoverage' /p:SkipAutoProps=true

- name: Coverage
uses: codecov/codecov-action@v2
Expand Down
2 changes: 0 additions & 2 deletions src/CsvProc9000.UI/CsvProc9000.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<EnableDefaultCssItems>false</EnableDefaultCssItems>

<EnableWindowsTargeting>true</EnableWindowsTargeting>

<!-- Display name -->
<ApplicationTitle>CsvProc9000 UI</ApplicationTitle>

Expand Down

0 comments on commit 860f174

Please sign in to comment.