mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-25 21:03:06 +07:00
Debug
This commit is contained in:
parent
8889c6748f
commit
5d1a72cb19
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user