File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
- name : Test
23
23
run : dotnet test --configuration Release --no-build --verbosity normal src/EventSourcingOnAzureFunctions.sln
24
24
- name : Generate NuGet package
25
- run : dotnet pack --no-build --include-source -c Release src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common.csproj -o src/EventSourcingOnAzureFunctions.Common
25
+ run : dotnet pack --no-build --include-source -c Release src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common.csproj -o nupkgs
26
26
- name : Push NuGet package
27
27
env :
28
28
NUGET_KEY : ${{ secrets.NUGET_KEY }}
29
- run : dotnet nuget push src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common .nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_KEY --skip-duplicate
29
+ run : dotnet nuget push nupkgs/* .nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_KEY --skip-duplicate
You can’t perform that action at this time.
0 commit comments