Skip to content

Commit 00fbc0e

Browse files
committed
Create snupkg symbols packages
1 parent 2e7c6a7 commit 00fbc0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Build/build-functions.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ function Start-PackNugets([boolean] $IncludeNanoFramework = $false) {
111111
--no-build `
112112
--output $nugetOutDir `
113113
/p:ContinuousIntegrationBuild=true `
114+
/p:IncludeSymbols=true `
115+
/p:SymbolPackageFormat=snupkg `
114116
"$root\$projectPath"
115117

116118
if ($lastexitcode -ne 0) { exit 1 }

0 commit comments

Comments
 (0)