We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6ed7e commit 3bf0277Copy full SHA for 3bf0277
win/common-utils.ps1
@@ -338,7 +338,7 @@ function Generate-Web-Platforms {
338
$platform = "web"
339
$env:NOW_PLATFORM = $platform
340
341
- $platformsList = pick_terminal_devices `
+ $platformsList = Generate-Platforms `
342
-platformName $platform `
343
-count $max_total_parallels `
344
-platformsListContentFormat $platformsListContentFormat
@@ -355,7 +355,7 @@ function Generate-Mobile-Platforms {
355
356
$app_platform = $env:APP_PLATFORM
357
358
359
-platformName $app_platform `
360
361
0 commit comments