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 6891446 commit c0deb74Copy full SHA for c0deb74
.github/workflows/PublishNugetPackage.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: build
22
run: dotnet build --no-restore -c Release
23
- name: pack
24
- run: dotnet pack -c Release -o ./output --include-symbols
+ run: dotnet pack -c Release -o ./output
25
- name: push package
26
shell: pwsh
27
working-directory: ./output
0 commit comments