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 c08889f commit a2b32ba
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 @@ -18,7 +18,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore test
run: dotnet restore test -property:TargetFrameworks=net6.0
- name: Build Lib
run: dotnet build src/NReco.Logging.File -property:TargetFrameworks=net6.0 --no-restore
- name: Build
Expand Down

0 comments on commit a2b32ba

Please sign in to comment.