From bb2233aaa552973cd6f9261b3978bf4e88f906c1 Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Thu, 4 Feb 2021 10:17:46 +0300 Subject: [PATCH] Debug --- __tests__/verify-dotnet.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/__tests__/verify-dotnet.ps1 b/__tests__/verify-dotnet.ps1 index b253807..f0b685f 100755 --- a/__tests__/verify-dotnet.ps1 +++ b/__tests__/verify-dotnet.ps1 @@ -3,6 +3,8 @@ if (!$args[0]) throw "Must supply dotnet version argument" } +Get-ChildItem . + $dotnet = Get-Command dotnet | Select-Object -First 1 | ForEach-Object { $_.Path } Write-Host "Found '$dotnet'"