PublishToGallery.ps1

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

Publish-Module @p