Install MongoDB on Windows images (#680)

* Add installation MongoDB

* Remove env update

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
This commit is contained in:
Sergey Dolin
2020-06-02 17:52:54 +05:00
committed by GitHub
parent 3be17cf239
commit b5c0e6d2f9
4 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
####################################################################################
## File: Install-MongoDB.ps1
## Desc: Install MongoDB
####################################################################################
choco install mongodb
Add-MachinePathItem "$($env:SystemDrive)\Program Files\MongoDB\Server\4.2\bin"