Add software and emulator screenshots
This commit is contained in:
@@ -16,7 +16,10 @@ param(
|
||||
[string]$ScreenshotTool = "",
|
||||
|
||||
[ValidateRange(1, 60)]
|
||||
[int]$WaitSeconds = 8
|
||||
[int]$WaitSeconds = 8,
|
||||
|
||||
[ValidateRange(0, 60)]
|
||||
[int]$SettleSeconds = 3
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
@@ -36,6 +39,7 @@ $taskArguments = @(
|
||||
"-Name `"$Name`""
|
||||
"-OutputDirectory `"$OutputDirectory`""
|
||||
"-WaitSeconds $WaitSeconds"
|
||||
"-SettleSeconds $SettleSeconds"
|
||||
)
|
||||
if ($Arguments.Length -gt 0) {
|
||||
$escapedArguments = $Arguments.Replace('"', '\"')
|
||||
|
||||
Reference in New Issue
Block a user