Skip to content

Commit

Permalink
Remove framework parameter from CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGraal committed Jan 13, 2025
1 parent 3e4aae6 commit bb3df1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build -f net${{ matrix.dotnet-version }}
run: dotnet build
- name: Tests with Coverage
run: >
dotnet coverage collect -o ${{ github.workspace }}/coverage/Coverage-${{ matrix.dotnet-version }}.xml -f cobertura -s coverage.runsettings
Expand Down

0 comments on commit bb3df1f

Please sign in to comment.