We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba3ca5 commit 082054fCopy full SHA for 082054f
.github/workflows/persistence-nuget.yml
@@ -39,8 +39,5 @@ jobs:
39
- name: Build and pack Work Context EntityFramework
40
run: sudo dotnet build ./RoyalCode.EnterprisePatterns/RoyalCode.WorkContext.EntityFramework/RoyalCode.WorkContext.EntityFramework.csproj -c Release
41
42
- - name: Build and pack Events EntityFramework
43
- run: sudo dotnet build ./RoyalCode.EnterprisePatterns/RoyalCode.Events.EntityFramework/RoyalCode.Events.EntityFramework.csproj -c Release
44
-
45
- name: Publish
46
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