We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1564e51 commit 8ef4ca6Copy full SHA for 8ef4ca6
1 file changed
.github/workflows/publish.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Pack
78
run: |
79
- dotnet pack -c Release --no-build --no-restore --output ${{ env.OUTPUT_DIR }} \
+ dotnet pack -c Release --no-build --no-restore --output nupkg \
80
--include-symbols --include-source --version-suffix ${{ github.event.inputs.version }}
81
82
- name: Push Packages to NuGet
0 commit comments