Unverified Commit dff9126d authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Run devicelab test xcarchive export as development method (#97615)

parent d70a9390
......@@ -19,6 +19,8 @@ Future<void> main() async {
await inDirectory(flutterProject.rootPath, () async {
await flutter('build', options: <String>[
'xcarchive',
'--export-method',
'development',
]);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment