Skip to content

Commit cf30973

Browse files
committed
ci: add symbols package to nuget
1 parent 61130ab commit cf30973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/Build.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ class Build : NukeBuild
105105
.Executes(() => DotNetTasks.DotNetPack(_ => _
106106
.SetProject(Solution.ArwynFr_IntegrationTesting)
107107
.SetProperty("Version", OctoVersionInfo.FullSemVer)
108+
.SetProperty("IncludeSymbols", true)
109+
.SetProperty("SymbolPackageFormat", "snupkg")
108110
.SetOutputDirectory(RootDirectory)));
109111

110112
Target Publish => _ => _

0 commit comments

Comments
 (0)