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