Merge pull request #431 from miketimofeev/v-mitim/win19_wdk_fix

WDK installation fix for win19
This commit is contained in:
Alejandro Pauly
2020-02-20 13:53:21 -05:00
committed by GitHub
6 changed files with 73 additions and 45 deletions

View File

@@ -154,12 +154,6 @@
"{{ template_dir }}/scripts/Installers/Windows2019/Update-DockerImages.ps1"
]
},
{
"type": "powershell",
"scripts": [
"{{ template_dir }}/scripts/Installers/Windows2019/Install-WDK.ps1"
]
},
{
"type": "powershell",
"valid_exit_codes": [
@@ -188,6 +182,12 @@
"{{ template_dir }}/scripts/Installers/Install-NET48.ps1"
]
},
{
"type": "powershell",
"scripts": [
"{{ template_dir }}/scripts/Installers/Windows2019/Install-WDK.ps1"
]
},
{
"type": "powershell",
"scripts":[