Skip to content

Commit

Permalink
Turned back on symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Feb 12, 2016
1 parent a2a5f95 commit b05d29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ForEach ($p in $client_projects) {
Create-Directory $packageDir

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

Pop-Location

0 comments on commit b05d29d

Please sign in to comment.