Skip to content

Commit

Permalink
Fix Nuget package build
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Nov 27, 2024
1 parent 222269b commit 4cf512e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nupkg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Package Dacpac 9
run: dotnet pack src\Nupkg\ErikEJ.EntityFrameworkCore.9.SqlServer.Dacpac\ErikEJ.EntityFrameworkCore.9.SqlServer.Dacpac.csproj

- name: Package SqlQuery 6
run: dotnet pack src\Nupkg\ErikEJ.EntityFrameworkCore.6.SqlServer.SqlQuery\ErikEJ.EntityFrameworkCore.6.SqlServer.SqlQuery.csproj

- name: Publish artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4cf512e

Please sign in to comment.