[Windows] Add WDK on Windows Server 2022 without VSIX (#5838)

* Add WDK on Windows Server 2022 without VSIX

* Fix extension names
This commit is contained in:
Aleksandr Chebotov
2022-06-29 16:46:22 +03:00
committed by GitHub
parent 45da727c67
commit 02d4539cae
5 changed files with 49 additions and 27 deletions
+1
View File
@@ -174,6 +174,7 @@
"type": "powershell",
"scripts": [
"{{ template_dir }}/scripts/Installers/Install-Wix.ps1",
"{{ template_dir }}/scripts/Installers/Install-WDK.ps1",
"{{ template_dir }}/scripts/Installers/Install-Vsix.ps1",
"{{ template_dir }}/scripts/Installers/Install-AzureCli.ps1",
"{{ template_dir }}/scripts/Installers/Install-AzureDevOpsCli.ps1",