fix condition and toolsets

This commit is contained in:
Maxim Lobanov
2020-11-10 16:48:20 +03:00
parent 142bbb8e24
commit ee8face8f2
3 changed files with 6 additions and 6 deletions

View File

@@ -146,7 +146,7 @@ function Invoke-XcodeRunFirstLaunch {
[string]$Version
)
if ($Version.StartsWith("8.") -or $Version.StartsWith("9.")) {
if ($Version.StartsWith("8") -or $Version.StartsWith("9")) {
return
}