[Ubuntu] Migrate Toolset tests to Pester (#2339)

* migrate toolset tests to pester

* move test invocation

* minor fixes
This commit is contained in:
Dibir Magomedsaygitov
2020-12-28 15:07:00 +03:00
committed by GitHub
parent ab06a8a68f
commit f58f2c1e02
6 changed files with 69 additions and 98 deletions

View File

@@ -250,8 +250,7 @@
"type": "shell",
"scripts": [
"{{template_dir}}/scripts/installers/Install-Toolset.ps1",
"{{template_dir}}/scripts/installers/Configure-Toolset.ps1",
"{{template_dir}}/scripts/installers/Validate-Toolset.ps1"
"{{template_dir}}/scripts/installers/Configure-Toolset.ps1"
],
"environment_vars": [
"HELPER_SCRIPTS={{user `helper_script_folder`}}",