Add Analysis extension installation

This commit is contained in:
Mikhail Timofeev
2020-03-06 17:04:48 +03:00
parent 9fbe8670ad
commit 908235e3ee
3 changed files with 74 additions and 0 deletions

View File

@@ -172,6 +172,12 @@
"{{ template_dir }}/scripts/Installers/Windows2019/Install-Wix.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Windows2019/Install-AnalysisExtenstion.ps1"
]
},
{
"type": "powershell",
"valid_exit_codes": [
@@ -204,6 +210,12 @@
"{{ template_dir }}/scripts/Installers/Windows2019/Validate-Wix.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Windows2019/Validate-AnalysisExtenstion.ps1"
]
},
{
"type": "powershell",
"scripts":[