PublishToGallery.ps1

$p = @{
    Name        = "PowerShellPivot"
    NuGetApiKey = $NuGetApiKey
}

Publish-Module @p