diff --git a/__tests__/clear-toolcache.ps1 b/__tests__/clear-toolcache.ps1 index d8bb85b..1e332c7 100644 --- a/__tests__/clear-toolcache.ps1 +++ b/__tests__/clear-toolcache.ps1 @@ -1 +1,4 @@ -Write-Host $args[0] \ No newline at end of file +Write-Host $args[0] + +Write-Host $env:PATH +dotnet --info \ No newline at end of file