This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch fix/apidocs-automation
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/fix/apidocs-automation by this 
push:
     new b00912b52 docs.ps1: check for local and global tools after installation
b00912b52 is described below

commit b00912b52f1d207501d0ce71bac3c67206d1f9a6
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Oct 24 09:09:48 2024 +0700

    docs.ps1: check for local and global tools after installation
---
 websites/apidocs/docs.ps1 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/websites/apidocs/docs.ps1 b/websites/apidocs/docs.ps1
index 9a3d09436..cd609dad2 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..."

Reply via email to