mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
use dotnet pack to buid in symbols (#1127)
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user