mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-11 12:07:09 +00:00
* fix:URL for packages * chore Add co-author > > Co-authored-by: greg dryke <no-reply@github.com> * chore: Incorporate Review comments * fix: remove redundant initialization
11 lines
456 B
PowerShell
11 lines
456 B
PowerShell
################################################################################
|
|
## File: Install-WebPI.ps1
|
|
## Desc: Install WebPlatformInstaller
|
|
################################################################################
|
|
|
|
Install-Binary -Type MSI `
|
|
-Url 'https://go.microsoft.com/fwlink/?LinkId=287166' `
|
|
-ExpectedSignature 'C3A3D43788E7ABCD287CB4F5B6583043774F99D2'
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "WebPlatformInstaller"
|