diff --git a/websites/apidocs/docs.ps1 b/websites/apidocs/docs.ps1 index 9a3d094366..cd609dad23 100644 --- a/websites/apidocs/docs.ps1 +++ b/websites/apidocs/docs.ps1 @@ -69,6 +69,13 @@ Set-Location $RepoRoot dotnet tool restore Set-Location $PreviousLocation +&dotnet tool list --local +dotnet tool list --global + +$loc = Get-Location +Write-Host "Location: $loc" + + # delete anything that already exists if ($Clean) { Write-Host "Cleaning..."