We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b67dde commit df8e7e4Copy full SHA for df8e7e4
1 file changed
.github/workflows/test-ci-windows.yml
@@ -144,7 +144,7 @@ jobs:
144
- name: Compile wxs files
145
shell: pwsh
146
run: |
147
- candle.exe -ext WixUtilExtension -ext WixUIExtension "iis\installer.wxs" "iis\ModSec64.wxs" -arch x64 -dModSecurityIISRelease64="iis\release\amd64\"
+ candle.exe -ext WixUtilExtension -ext WixUIExtension "iis\installer.wxs" "iis\ModSec64.wxs" -arch x64 -dModSecurityIISRelease64="iis\release\amd64\" -out iis\
148
candle.exe -ext WixUtilExtension -ext WixUIExtension "iis\ModSec32.wxs" -arch x86 -dModSecurityIISRelease32="iis\release\x86\" -out iis\
149
150
- name: Link wixobj files into MSI
0 commit comments