Skip to content

Commit

Permalink
docs.ps1: check for local and global tools after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Oct 24, 2024
1 parent 3349d65 commit b00912b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions websites/apidocs/docs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit b00912b

Please sign in to comment.