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.
1 parent 007aed9 commit 8489a38Copy full SHA for 8489a38
.github/workflows/dotnet.yml
@@ -23,7 +23,3 @@ jobs:
23
run: dotnet test --configuration Release --no-build --verbosity normal src/EventSourcingOnAzureFunctions.sln
24
- name: Generate NuGet package
25
run: dotnet pack --no-build --include-source -c Release src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common.csproj -o nupkgs
26
- - name: Push NuGet package
27
- env:
28
- NUGET_KEY: ${{ secrets.NUGET_KEY }}
29
- run: dotnet nuget push nupkgs/*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_KEY --skip-duplicate
0 commit comments