Searched refs:ErrorActionPreference (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc-java/buildscripts/ |
D | make_dependencies.bat | 23 powershell -command "$ErrorActionPreference = 'stop'; & { [Net.ServicePointManager]::SecurityProtoc… 24 powershell -command "$ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compress… 47 powershell -command "$ErrorActionPreference = 'stop'; & { iwr https://cmake.org/files/v3.3/%CMAKE_N… 48 powershell -command "$ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compress…
|
/external/mesa3d/.gitlab-ci/windows/ |
D | Dockerfile | 6 SHELL ["powershell", "-ExecutionPolicy", "RemoteSigned", "-Command", "$ErrorActionPreference = 'Sto… 7 ENV ErrorActionPreference='Stop'
|
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/ |
D | install_python_interpreters.ps1 | 5 $ErrorActionPreference = 'Stop' variable 8 $ErrorActionPreference = "Continue" variable
|
/external/protobuf/csharp/ |
D | install_dotnet_sdk.ps1 | 5 $ErrorActionPreference = 'Stop' variable
|
/external/skia/infra/bots/recipe_modules/flavor/resources/ |
D | win_run_and_check_log.ps1 | 11 $ErrorActionPreference = 'Stop' variable
|
/external/rust/crates/grpcio-sys/grpc/third_party/toolchains/rbe_win2019/ |
D | Dockerfile | 25 SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command", "$ErrorActionPreference='Stop'; … 38 SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command", "$ErrorActionPreference='Stop'; …
|