Files
runner-images-temp/images/windows/scripts/build/Install-WebPlatformInstaller.ps1
T

11 lines
455 B
PowerShell
Raw Normal View History

################################################################################
## File: Install-WebPI.ps1
## Desc: Install WebPlatformInstaller
################################################################################
Install-Binary -Type MSI `
2023-12-04 10:50:53 +01:00
-Url 'http://go.microsoft.com/fwlink/?LinkId=287166' `
-ExpectedSignature 'C3A3D43788E7ABCD287CB4F5B6583043774F99D2'
2023-10-11 11:02:59 +02:00
Invoke-PesterTests -TestFile "Tools" -TestName "WebPlatformInstaller"