We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bacae7 + 6791e84 commit 848ac87Copy full SHA for 848ac87
.github/workflows/dotnet.yml
@@ -21,3 +21,8 @@ jobs:
21
run: dotnet build --configuration Release --no-restore src/EventSourcingOnAzureFunctions.sln
22
- name: Test
23
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