publish.ps1

1
2
3
4
5
param (
    [Parameter(Mandatory=$true)]
    $apiKey
)
Publish-Module -Path . -NuGetApiKey $apiKey