Skip to content

Commit

Permalink
Merge pull request #126 from donnytian/develop
Browse files Browse the repository at this point in the history
fix test framework for publish-nuget.yml
  • Loading branch information
donnytian committed Sep 17, 2023
2 parents cf4ecac + e982168 commit 27a06eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build
run: dotnet build --no-restore Npoi.Mapper/Npoi.Mapper.sln
- name: Test
run: dotnet test --no-build --verbosity normal Npoi.Mapper/Npoi.Mapper.sln
run: dotnet test --framework net6.0 --no-build --verbosity normal Npoi.Mapper/Npoi.Mapper.sln

# Publish
- name: publish on version change
Expand Down

0 comments on commit 27a06eb

Please sign in to comment.