
Powershell scripts cannot be launched as commands on Windows. They must be run through the `powershell` or `pwsh` tool.
3 lines
72 B
PowerShell
3 lines
72 B
PowerShell
& "$pwsh" -File .gitlab/ci/wix3.ps1
|
|
& "$pwsh" -File .gitlab/ci/wix4.ps1
|