use dotnet pack to buid in symbols (#1127)

This commit is contained in:
Charlie Kindel
2021-03-08 19:07:49 -07:00
committed by GitHub
parent c16f882d99
commit eb07d85ec6
2 changed files with 10 additions and 3 deletions

View File

@@ -30,6 +30,9 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Pack nuget package with symbols
run: dotnet pack --include-symbols
- name: Publish Terminal.Gui
id: publish_nuget