Searched refs:powershell (Results 1 – 25 of 25) sorted by relevance
6 # https://www.thomasmaurer.ch/2019/07/how-to-install-and-update-powershell-7/8 # iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet"9 RUN powershell -ExecutionPolicy RemoteSigned -Command "$ErrorActionPreference = 'Stop'; iex ""& { $…
6 mod powershell; module13 pub use powershell::PowerShell;
71 powershell.exe -Command "Expand-Archive -LiteralPath '%TEMP_DIR%\dxc.zip' -DestinationPath '%TEMP_D…80 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/chrome…81 powershell -Command "Expand-Archive -Force 'depot_tools.zip' 'depot_tools'" || goto :error
7 powershell -File install_dotnet_sdk.ps1
55 …0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command Start-Process '%Sy…
17 …my $SDKver = `powershell -Command \"& {\$(Get-Item \\\"hklm:\\SOFTWARE\\WOW6432Node\\Microsoft\\M…
206 powershell -c "md $env:CYG_ROOT -ErrorAction SilentlyContinue"207 powershell -c "$setup = $env:CYG_ROOT+'/setup.exe'; if (!(Test-Path $setup)){invoke-webrequest http…
54 @powershell.exe -Command Invoke-WebRequest %_Py_NUGET_URL% -OutFile '%_Py_NUGET%'
28 REM done from inside the powershell script as it would require to restart
47 on Windows powershell or cmd.exe, 'glob app/*.ts' will
1 …/*.ts' would match 'app/[id].ts', then\n on Windows powershell or cmd.exe, 'glo…
57 | Powershell | `powershell` |
171 ```powershell
391 ```sh or powershell
291 powershell
623 ```powershell
429 …powershell -c "Invoke-WebRequest -Uri 'https://nodejs.org/dist/latest/win-x64/node.exe' -OutFile '…
613 For Windows powershell the arguments are not always passed on as expected614 because curl is not a powershell script. You may or may not be able to use
169 then on Windows powershell or cmd.exe, 'glob app/*.ts'
231 * fix typo in powershell node-gyp update ([787cf7f](https://www.github.com/nodejs/node-gyp/commit/7…
6092 - ci/vs2019: switch to powershell 7
26750 "powershell",
2207 …ejs/node/commit/560ee24157)] - **build**: fix arm64 cross-compile from powershell (Stefan Stojanov…