Publish.ps1
Param( [Parameter(Mandatory=$true)] [string]$powershellGalleryKey ) Publish-Module -NuGetApiKey $powershellGalleryKey -Path ./ |
Param( [Parameter(Mandatory=$true)] [string]$powershellGalleryKey ) Publish-Module -NuGetApiKey $powershellGalleryKey -Path ./ |