Skip to content

Commit 046ef1c

Browse files
Pass through ice suppression
* GitHub Actions do run as admin so jenkins override does not come into effect
1 parent 5b1f23f commit 046ef1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CreateUpdatePatch/buildPatch.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if errorlevel 1 (
4848
set SuppressICE=-ice:ICE08
4949
) else (
5050
REM ICE18 and ICE38 are being thrown for two components that don't change, so they can be ignored.
51-
set SuppressICE=-sice:ICE18 -sice:ICE38
51+
set SuppressICE=-sice:ICE18 -sice:ICE38 %SuppressICE%
5252
)
5353

5454
REM Ensure WiX tools are on the PATH

0 commit comments

Comments
 (0)