Skip to content

Commit 3a1c8f9

Browse files
committed
Add debug symbols when publishing
1 parent 92f7fb0 commit 3a1c8f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Create release package
7070
run: |
71-
dotnet pack -c RELEASE -p:PackageVersion=${{ github.event.inputs.versionIncrement }} -o ${GITHUB_WORKSPACE}/packages
71+
dotnet pack -c RELEASE -p:PackageVersion=${{ github.event.inputs.versionIncrement }} -o ${GITHUB_WORKSPACE}/packages -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
7272
7373
- name: Upload to nuget
7474
run: |

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
88

99
### Added
1010
- Enabled some optimization hints for the compiler.
11+
- Include debug symbols when publishing to NuGet for easier debugging experience
1112

1213
## [1.0.0] - 2022-04-12
1314

0 commit comments

Comments
 (0)