Skip to content

Commit 7956598

Browse files
authored
Update dotnet.yml
1 parent 0c06a24 commit 7956598

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/dotnet.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ jobs:
2020
- name: Restore dependencies
2121
run: dotnet restore
2222
- name: Build
23-
run: dotnet build --no-restore
23+
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

Comments
 (0)