mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
swap WDK installation block
This commit is contained in:
@@ -152,12 +152,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": [
|
||||
@@ -186,6 +180,12 @@
|
||||
"{{ template_dir }}/scripts/Installers/Install-NET48.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"scripts": [
|
||||
"{{ template_dir }}/scripts/Installers/Windows2019/Install-WDK.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"scripts":[
|
||||
|
||||
Reference in New Issue
Block a user