Skip to content

Commit eb9e7b4

Browse files
committed
Fixes incorrect merge
1 parent c522300 commit eb9e7b4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Tools/msi/buildrelease.bat

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ if not "%CERTNAME%" EQU "" (
141141
)
142142

143143
if not "%SKIPBUILD%" EQU "1" (
144-
@call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -d -t %TARGET% %CERTOPTS%
145-
@if errorlevel 1 exit /B
146-
@rem build.bat turns echo back on, so we disable it again
147-
@echo off
148-
149144
if "%PGO%" EQU "" (
150145
set PGOOPTS=
151146
) else (

0 commit comments

Comments
 (0)