mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f9939757d3
The code for detecting a Windows CI run from #51701 didn't work, because Bazel isolates the environment variables. These changes work around the issue by passing in a custom variable with the `--test_env` flag. PR Close #51738