mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-12-14 22:26:45 +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