This commit is contained in:
Vladimir Safonkin
2021-02-03 15:54:50 +03:00
parent 10ad86dc12
commit 9d49fb8e98
2 changed files with 30 additions and 17 deletions

View File

@ -24,4 +24,8 @@ foreach ($path in $pathsToClear) {
}
}
dotnet --info
try {
dotnet --info
} catch {
Write-Host "Dotnet was removed successfully"
}