Skip to content

Commit 082054f

Browse files
committed
edits
1 parent bba3ca5 commit 082054f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/persistence-nuget.yml

-3
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,5 @@ jobs:
3939
- name: Build and pack Work Context EntityFramework
4040
run: sudo dotnet build ./RoyalCode.EnterprisePatterns/RoyalCode.WorkContext.EntityFramework/RoyalCode.WorkContext.EntityFramework.csproj -c Release
4141

42-
- name: Build and pack Events EntityFramework
43-
run: sudo dotnet build ./RoyalCode.EnterprisePatterns/RoyalCode.Events.EntityFramework/RoyalCode.Events.EntityFramework.csproj -c Release
44-
4542
- name: Publish
4643
run: sudo dotnet nuget push ./**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)