PublishToGallery.ps1

$p = @{
    #Name = "PSMatcher"
    NuGetApiKey = $NuGetApiKey
    Path = $PSScriptRoot
}

Publish-Module @p