adding pester tests

This commit is contained in:
Aleksandr Chebotov
2020-09-22 18:22:15 +03:00
parent 56ea603436
commit 2148a2bd2f
5 changed files with 70 additions and 27 deletions

View File

@@ -325,7 +325,9 @@
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-WindowsUpdates.ps1",
"{{ template_dir }}/scripts/Installers/Configure-DynamicPort.ps1"
"{{ template_dir }}/scripts/Installers/Configure-DynamicPort.ps1",
"{{ template_dir }}/scripts/Installers/Disable-JITDebugger.ps1",
"{{ template_dir }}/scripts/Installers/Configure-Shell.ps1"
],
"elevated_user": "{{user `install_user`}}",
"elevated_password": "{{user `install_password`}}"
@@ -383,9 +385,7 @@
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Configure-Antivirus.ps1",
"{{ template_dir }}/scripts/Installers/Disable-JITDebugger.ps1",
"{{ template_dir }}/scripts/Installers/Post-Deployment.ps1"
"{{ template_dir }}/scripts/Installers/Configure-Antivirus.ps1"
]
},
{