mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
* Add installation MongoDB * Remove env update Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
9 lines
331 B
PowerShell
9 lines
331 B
PowerShell
####################################################################################
|
|
## File: Install-MongoDB.ps1
|
|
## Desc: Install MongoDB
|
|
####################################################################################
|
|
|
|
choco install mongodb
|
|
|
|
Add-MachinePathItem "$($env:SystemDrive)\Program Files\MongoDB\Server\4.2\bin"
|