浏览代码

Fixes missing symbols

Tig Kindel 3 年之前
父节点
当前提交
b6eeb63216
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: |