Skip to content

Commit e812f2a

Browse files
authored
Update nuget-publish.yml
1 parent 2032d67 commit e812f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
1717
- name: Build solution and generate NuGet package
1818
run: |
19-
dotnet pack -c Release -o out
19+
dotnet pack --verbosity detailed -c Release -o out
2020
2121
- name: Push generated package to GitHub registry
2222
run: |

0 commit comments

Comments
 (0)