Browse Source

Fixes missing symbols

Tig Kindel 3 years ago
parent
commit
b6eeb63216
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.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: |