Skip to content

Commit

Permalink
CI: build only net6 target
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliyMF committed Dec 24, 2023
1 parent a2b32ba commit 4fb4791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Build Lib
run: dotnet build src/NReco.Logging.File -property:TargetFrameworks=net6.0 --no-restore
- name: Build
run: dotnet build test --no-restore
run: dotnet build test -property:TargetFrameworks=net6.0 --no-restore
- name: Test
run: dotnet test test --no-build --verbosity normal
run: dotnet test test -property:TargetFrameworks=net6.0 --no-build --verbosity normal

0 comments on commit 4fb4791

Please sign in to comment.