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

@@ -672,6 +672,12 @@
"{{ template_dir }}/scripts/Installers/Install-Kind.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-MongoDB.ps1"
]
},
{
"type": "windows-restart",
"restart_timeout": "30m"
@@ -995,6 +1001,12 @@
"{{ template_dir }}/scripts/Installers/Validate-Kind.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-MongoDB.ps1"
]
},
{
"type": "powershell",
"scripts":[