PoshTwit-postbuild.ps1

Import-Module -Name $PSscriptRoot\PoshTwit.psd1;

$NuGetApiKey = Read-Host -Prompt 'NuGet API Key';
Publish-Module -Path $PSScriptRoot -NuGetApiKey $NuGetApiKey;

Set-PoshTwitToken;

Publish-Tweet -Tweet Testing -Verbose;