Files
runner-images-sangeeth/images/win/scripts/Installers/Install-MongoDB.ps1
Sergey Dolin b5c0e6d2f9 Install MongoDB on Windows images (#680)
* Add installation MongoDB

* Remove env update

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-06-02 15:52:54 +03:00

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"