packages/ProductivityTools.NugetPT.0.0.10/tools/NugetPTRunner.ps1

function ScriptPath()
{
    $scriptPath=$PSScriptRoot
    Write-Host "ScriptPath: $scriptPath"
    return $scriptPath
}


clear
write-host "NugetPTRunner"
$scriptPath=ScriptPath
cd $scriptPath
. .\NugetPTBody.ps1
CreateNugets