Skip to content

Commit 7a62160

Browse files
Added symbols to output
1 parent 97f2db2 commit 7a62160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.cake

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Task("Pack")
132132
DotNetCorePack(project.FullPath, new DotNetCorePackSettings
133133
{
134134
NoBuild = true,
135+
IncludeSymbols = true,
135136
Configuration = configuration,
136137
EnvironmentVariables = GitVersionEnvironmentVariables,
137138
OutputDirectory = artifacts + "/nuget"

0 commit comments

Comments
 (0)