Skip to content

Commit

Permalink
- add symbols for source link
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangthanh28 committed Dec 29, 2023
1 parent 2ef98b5 commit c9f0679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: dotnet restore

- name: Pack Nuget package ${{ matrix.package }}
run: dotnet pack ./src/${{ matrix.package }} -c Release -o /tmp/grate/nupkg /p:Version=${{ env.VERSION }}
run: dotnet pack ./src/${{ matrix.package }} -c Release --include-symbols -o /tmp/grate/nupkg /p:Version=${{ env.VERSION }}
env:
VERSION: ${{ needs.set-version-number.outputs.nuGetVersion }}

Expand Down

0 comments on commit c9f0679

Please sign in to comment.