We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c06a24 commit 7956598Copy full SHA for 7956598
.github/workflows/dotnet.yml
@@ -20,4 +20,9 @@ jobs:
20
- name: Restore dependencies
21
run: dotnet restore
22
- name: Build
23
- run: dotnet build --no-restore
+ run: dotnet build --configuration Release --no-restore
24
+ - name: Publish NuGet
25
+ uses: brandedoutcast/publish-nuget@v2.5.5
26
+ with:
27
+ PROJECT_FILE_PATH: Paginator.EntityFrameworkCore.csproj
28
+ NUGET_KEY: ${{secrets.NUGET_API_KEY}}
0 commit comments