Support/UploadWintellectPowerShell.ps1
param ( [Parameter(Mandatory=$true, HelpMessage="Please specify the api key")] [string] $apiKey ) Publish-Module -NuGetApiKey $apiKey -Path ..\ -Verbose |
param ( [Parameter(Mandatory=$true, HelpMessage="Please specify the api key")] [string] $apiKey ) Publish-Module -NuGetApiKey $apiKey -Path ..\ -Verbose |