File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments