Files
runner-images-sangeeth/images/windows/scripts/build/Install-Wix.ps1
2023-11-15 11:24:45 +01:00

9 lines
312 B
PowerShell

################################################################################
## File: Install-Wix.ps1
## Desc: Install WIX.
################################################################################
Choco-Install -PackageName wixtoolset -ArgumentList "--force"
Invoke-PesterTests -TestFile "Wix"