Skip to content

Commit

Permalink
Update nuget-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeem-cs authored Apr 19, 2024
1 parent 32bfb57 commit f025413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
- name: Build solution and generate NuGet package
run: |
dotnet pack --verbosity detailed -c Release -o out
dotnet pack -c Release -o out
- name: Push generated package to GitHub registry
run: |
Expand Down

0 comments on commit f025413

Please sign in to comment.