mirror of
https://github.com/flutter/flutter.git
synced 2026-02-06 11:48:36 +08:00
With modern pwsh.exe there seems to be a problem with call operator making nested powershell script invocation. Use Invoke-Expression instead. Fixes https://github.com/flutter/flutter/issues/173554