mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-04-05 14:59:49 +00:00
Debug
This commit is contained in:
@ -21,7 +21,7 @@ if ($args[1])
|
||||
Write-Host "Installed versions: $versions"
|
||||
$isInstalledVersion = $false
|
||||
foreach ($version in $versions) {
|
||||
if ($version.StartsWith($args[1])) {
|
||||
if ($version.StartsWith($args[1].ToString())) {
|
||||
$isInstalledVersion = $true
|
||||
break
|
||||
}
|
||||
|
Reference in New Issue
Block a user