We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2032d67 commit e812f2aCopy full SHA for e812f2a
1 file changed
.github/workflows/nuget-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
17
- name: Build solution and generate NuGet package
18
run: |
19
- dotnet pack -c Release -o out
+ dotnet pack --verbosity detailed -c Release -o out
20
21
- name: Push generated package to GitHub registry
22
0 commit comments