Skip to content

Commit c710826

Browse files
committed
Fixes unnecessary rebuild when building Windows releases with PGO
1 parent 54044d6 commit c710826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/msi/buildrelease.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ if not "%SKIPBUILD%" EQU "1" (
168168
"%BUILD%python.exe" %PGO%
169169
)
170170

171-
@call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -c PGUpdate -t %TARGET% %CERTOPTS%
171+
@call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -c PGUpdate -t Build %CERTOPTS%
172172
)
173173
@if errorlevel 1 exit /B
174174
@echo off

0 commit comments

Comments
 (0)