mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixes missing symbols
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user