diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8573e8ecf..6eabd8b29 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: dotnet build --no-restore -c Release - name: Pack - run: dotnet pack -c Release -p:Version='${{ steps.gitversion.outputs.SemVer }}' -v d + run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}' -v d - name: Test to generate Code Coverage Report run: |