diff options
Diffstat (limited to '.gitlab/ci/wix3-env.ps1')
-rwxr-xr-x | .gitlab/ci/wix3-env.ps1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab/ci/wix3-env.ps1 b/.gitlab/ci/wix3-env.ps1 new file mode 100755 index 0000000..a872b74 --- /dev/null +++ b/.gitlab/ci/wix3-env.ps1 @@ -0,0 +1,6 @@ +& "$pwsh" -File .gitlab/ci/wix3.ps1 + +$pwdpath = $pwd.Path +Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\wix3;$env:PATH" + +light -help | Select -First 1 |