build/build.ps1

Uninstall-Module AWSSSOHelper -ErrorAction SilentlyContinue
Publish-Module -Path ~/Developer/AWSSSOHelper/ -NuGetApiKey (Get-Content ~/Developer/nugetapikey.txt)
Install-Module AWSSSOHelper -Force