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 df42595 commit c08889f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore test
- name: Build Lib
run: dotnet build src/NReco.Logging.File -property:TargetFrameworks=net6.0 --no-restore
- name: Build
run: dotnet build test --no-restore
- name: Test
Expand Down

0 comments on commit c08889f

Please sign in to comment.