Skip to content

Commit

Permalink
fixup! Update to EF7 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Nov 15, 2022
1 parent b8597a4 commit 8d5c47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: '**\\*.nupkg'
path: '**\\*.[s]nupkg'
- name: Test
run: dotnet test --no-build --verbosity normal --configuration Release

0 comments on commit 8d5c47f

Please sign in to comment.