PublishToGallery.ps1

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

Publish-Module @p