We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61130ab commit cf30973Copy full SHA for cf30973
build/Build.cs
@@ -105,6 +105,8 @@ class Build : NukeBuild
105
.Executes(() => DotNetTasks.DotNetPack(_ => _
106
.SetProject(Solution.ArwynFr_IntegrationTesting)
107
.SetProperty("Version", OctoVersionInfo.FullSemVer)
108
+ .SetProperty("IncludeSymbols", true)
109
+ .SetProperty("SymbolPackageFormat", "snupkg")
110
.SetOutputDirectory(RootDirectory)));
111
112
Target Publish => _ => _
0 commit comments