mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
9 lines
312 B
PowerShell
9 lines
312 B
PowerShell
################################################################################
|
|
## File: Install-Wix.ps1
|
|
## Desc: Install WIX.
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName wixtoolset -ArgumentList "--force"
|
|
|
|
Invoke-PesterTests -TestFile "Wix"
|