mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-12-13 13:39:37 +00:00
Debug
This commit is contained in:
@@ -24,8 +24,4 @@ foreach ($path in $pathsToClear) {
|
||||
}
|
||||
}
|
||||
|
||||
try {
|
||||
dotnet --info
|
||||
} catch {
|
||||
Write-Host "Dotnet was removed successfully"
|
||||
}
|
||||
Get-Command "dotnet --info"
|
||||
Reference in New Issue
Block a user