You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-14 09:34:40 +07:00
Debug
This commit is contained in:
@ -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"
|
||||||
|
}
|
Reference in New Issue
Block a user