Skip to content

Commit b05d29d

Browse files
committed
Turned back on symbols
1 parent a2a5f95 commit b05d29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ForEach ($p in $client_projects) {
9898
Create-Directory $packageDir
9999

100100
$nuget_version = $env:APPVEYOR_BUILD_VERSION + $env:VERSION_SUFFIX
101-
nuget pack $nuspecFile -OutputDirectory $packageDir -Version $nuget_version
101+
nuget pack $nuspecFile -OutputDirectory $packageDir -Version $nuget_version -Symbols
102102
}
103103

104104
Pop-Location

0 commit comments

Comments
 (0)