BuildXL icon indicating copy to clipboard operation
BuildXL copied to clipboard

Linux sandboxing and build support

Open erikmav opened this issue 7 years ago • 1 comments

Regarding the Linux question from #28: We definitely know it's needed, but it's not the max priority for some time yet. It would be ideal to have parity across all three OSes but for internal teams that we support it has not bubbled up to the top of the ask list.

erikmav avatar Nov 12 '18 22:11 erikmav

the file of the path of BuildXL-master\Shared\Scripts\bxl.cmd , it's content :" powershell -NoProfile -ExecutionPolicy RemoteSigned %~dp0\Bx1.ps1 '=#singlequote# , " cannot execute success. first i change the Bxl.ps1 to bxl.ps1. then it will thrown out : The string is missing the terminator: ' . + CategoryInfo : ParserError:<;=:> [], parentContainsErrorRecordException

986253417 avatar May 16 '19 02:05 986253417