Browse Source

Fixes missing symbols

Tig Kindel 3 năm trước cách đây
mục cha
commit
af7c2de891
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: |