Skip to content

Commit 848ac87

Browse files
2 parents 8bacae7 + 6791e84 commit 848ac87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ jobs:
2121
run: dotnet build --configuration Release --no-restore src/EventSourcingOnAzureFunctions.sln
2222
- name: Test
2323
run: dotnet test --configuration Release --no-build --verbosity normal src/EventSourcingOnAzureFunctions.sln
24+
- name: Publish NuGet
25+
uses: brandedoutcast/publish-nuget@v2.5.2
26+
with:
27+
PROJECT_FILE_PATH: "src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common.csproj"
28+
NUGET_KEY: ${{secrets.NUGET_KEY}}

0 commit comments

Comments
 (0)