File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ IF '%SQLDEBUG%' NEQ '' SET SQLFBDEBUG=ECHO
6767%SQLFBDEBUG% %TIME:~0 ,8 % ConfigVar: ProcessId (Refresh %SQLPROCESSID)
6868FOR /F " usebackq tokens=*" %%X IN (`CSCRIPT //nologo " %SQLFBFOLDER% \Build Scripts\FBConfigVar.vbs" /VarName:ProcessId %SQLFBPARM% %SQLDEBUG% `) DO (SET SQLPROCESSID=%%X )
6969SET SQLRC = %ERRORLEVEL%
70+ %SQLFBDEBUG% ProcessId label: '%SQLPROCESSID% '
7071IF %SQLRC% == 1 SET SQLRC = 0
7172IF %SQLRC% NEQ 0 ECHO Process ProcessId var failed
7273IF %SQLRC% NEQ 0 GOTO :ERROR
Original file line number Diff line number Diff line change 1+ @ ECHO OFF
2+ REM Copyright FineBuild Team © 2020. Distributed under Ms-Pl License
3+ REM
4+ REM /Type:Rebuild allows re-running a portion of SQL FineBuild after the initial build has completed successfully
5+ REM The example in this script refreshes the Generic Maintenance procedures
6+ REM
7+ CALL " SQLFineBuild.bat" %* /Type:Rebuild /IAcceptLicenseTerms ^
8+ /SetupGenMaint:Yes ^
9+ /Restart:5EF
You can’t perform that action at this time.
0 commit comments