flutter/packages/flutter_tools/lib
stuartmorgan e1a784ae3f
Wrap Windows build invocation in a batch script (#33443)
Invoking msbuild with runInShell makes handling path escaping more
error-prone, and substantially increases the chances of running into
maximum path limits. This replaces the direct call with a .bat wrapper
that calls vsvars64.bat then msbuild, and uses relative paths within the
script to keep command lengths short.

Fixes https://github.com/flutter/flutter/issues/32792
2019-05-28 21:53:03 -07:00
..
src Wrap Windows build invocation in a batch script (#33443) 2019-05-28 21:53:03 -07:00
executable.dart Teach Linux to use local engine (#31631) 2019-05-11 00:08:29 -07:00
runner.dart don't send crash reports if on a user branch (#33078) 2019-05-21 11:58:41 -07:00