pull/165/head
Vladimir Safonkin 5 years ago
parent 76a91b1af8
commit 347456b934

@ -24,4 +24,10 @@ foreach ($path in $pathsToClear) {
}
}
Get-Command "dotnet --info"
try {
Get-Command "dotnet --info"
Write-Host "dotnet was not removed"
exit 1
} catch {
Write-Host "dotnet was removed successfully"
}
Loading…
Cancel
Save