mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
[Windows] Fix WebPlatformInstaller installation (#1379)
* fix webPlatformInstaller installation * Install-WebPI -> Install-WebPlatformInstaller * add tests for webPlatformInstaller * fix webPlatformInstaller test
This commit is contained in:
committed by
GitHub
parent
e3cb3e32d4
commit
504b88bcb0
@@ -124,7 +124,8 @@
|
||||
],
|
||||
"scripts":[
|
||||
"{{ template_dir }}/scripts/Installers/Install-PowerShellModules.ps1",
|
||||
"{{ template_dir }}/scripts/Installers/Initialize-VM.ps1"
|
||||
"{{ template_dir }}/scripts/Installers/Initialize-VM.ps1",
|
||||
"{{ template_dir }}/scripts/Installers/Install-WebPlatformInstaller.ps1"
|
||||
],
|
||||
"execution_policy": "unrestricted"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user