Skip to content

Commit

Permalink
Include source in legacy symbol packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeuchler committed Oct 30, 2020
1 parent 7e5a017 commit ecc07d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/BuildToolkit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@ function Invoke-PackSdkProject($CsprojItem, [bool]$IncludeSymbols = $False) {
$packargs += "--verbosity", "$env:MORYX_NUGET_VERBOSITY";
$packargs += "--no-build";


if ($IncludeSymbols) {
$packargs += "--include-symbols";
$packargs += "--include-source";
}

& $global:DotNetCli pack "$csprojFullName" @packargs
Expand Down

0 comments on commit ecc07d2

Please sign in to comment.