Skip to content

Commit 5419c3c

Browse files
authored
Add files via upload
1 parent a6bc521 commit 5419c3c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

SQL2012/FineBuild/SQLFineBuild.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ IF '%SQLDEBUG%' NEQ '' SET SQLFBDEBUG=ECHO
6767
%SQLFBDEBUG% %TIME:~0,8% ConfigVar: ProcessId (Refresh %SQLPROCESSID)
6868
FOR /F "usebackq tokens=*" %%X IN (`CSCRIPT //nologo "%SQLFBFOLDER%\Build Scripts\FBConfigVar.vbs" /VarName:ProcessId %SQLFBPARM% %SQLDEBUG%`) DO (SET SQLPROCESSID=%%X)
6969
SET SQLRC=%ERRORLEVEL%
70+
%SQLFBDEBUG% ProcessId label: '%SQLPROCESSID%'
7071
IF %SQLRC% == 1 SET SQLRC=0
7172
IF %SQLRC% NEQ 0 ECHO Process ProcessId var failed
7273
IF %SQLRC% NEQ 0 GOTO :ERROR
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

0 commit comments

Comments
 (0)