Publish.ps1
$PublishParams = @{ Path = 'C:\Users\Matthew\Development\PowershellRetry' NuGetApiKey = $env:PowershellGalleryApiKey ProjectUri = 'https://github.com/mcasperson/PowershellRetry' Tags = @('Retry', 'Utility' ) } Publish-Module @PublishParams |