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 8d5c47f commit c541c7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: '**\\*.[s]nupkg'
path: |
**\\*.nupkg
**\\*.snupkg
- name: Test
run: dotnet test --no-build --verbosity normal --configuration Release

0 comments on commit c541c7f

Please sign in to comment.