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 01fd299 commit 45b61d4Copy full SHA for 45b61d4
scripts/device-test.ps1
@@ -56,6 +56,7 @@ try
56
$buildDir = "test/Sentry.Maui.Device.TestApp/bin/Release/$Tfm/iossimulator-$arch"
57
$envValue = $CI ? 'true' : 'false'
58
$arguments = @(
59
+ '-v',
60
'--app', "$buildDir/Sentry.Maui.Device.TestApp.app",
61
'--target', 'ios-simulator-64',
62
'--launch-timeout', '00:10:00',
0 commit comments