add runner install script for windows image (#8671)

This commit is contained in:
Peter Shepehrd
2023-11-10 11:24:16 -05:00
committed by GitHub
parent ded4e461b0
commit 23e386d1c2
4 changed files with 25 additions and 2 deletions

View File

@@ -173,7 +173,8 @@
"{{ template_dir }}/scripts/Installers/Install-Docker-WinCred.ps1",
"{{ template_dir }}/scripts/Installers/Install-Docker-Compose.ps1",
"{{ template_dir }}/scripts/Installers/Install-PowershellCore.ps1",
"{{ template_dir }}/scripts/Installers/Install-WebPlatformInstaller.ps1"
"{{ template_dir }}/scripts/Installers/Install-WebPlatformInstaller.ps1",
"{{ template_dir }}/scripts/Installers/Install-Runner.ps1"
]
},
{