mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
9 lines
330 B
PowerShell
9 lines
330 B
PowerShell
################################################################################
|
|
## File: Install-Wix.ps1
|
|
## Desc: Install WIX.
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName wixtoolset -ArgumentList "--force"
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "WiX"
|