mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-08 22:47:06 +00:00
Debug
This commit is contained in:
parent
24ed2d0102
commit
bb2233aaa5
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ if (!$args[0])
|
||||||
throw "Must supply dotnet version argument"
|
throw "Must supply dotnet version argument"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Get-ChildItem .
|
||||||
|
|
||||||
$dotnet = Get-Command dotnet | Select-Object -First 1 | ForEach-Object { $_.Path }
|
$dotnet = Get-Command dotnet | Select-Object -First 1 | ForEach-Object { $_.Path }
|
||||||
Write-Host "Found '$dotnet'"
|
Write-Host "Found '$dotnet'"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue