Windows2003-3790/tools/postbuildscripts/bbtnorel.dat
2020-09-30 16:53:55 +02:00

34 lines
1.2 KiB
Plaintext

; The scripts listed initially resided in pbuild.dat.
; Now, postbuild.cmd can create and have the logs available before
; running release.cmd.
; This .dat file is called from postbuild.cmd
; at this point, we want to halt if errors were found
CHECKFATAL
OFFICIAL %RazzleToolPath%\PostBuildScripts\indexsym.cmd
END %RazzleToolPath%\PostBuildScripts\indexsym.cmd
; temporarily disabled until closer to SP1 release
;OFFICIAL %RazzleToolPath%\PostBuildScripts\makeupgadvimg.cmd
;END %RazzleToolPath%\PostBuildScripts\makeupgadvimg.cmd
OFFICIAL %RazzleToolPath%\PostBuildScripts\localrel.cmd
END %RazzleToolPath%\PostBuildScripts\localrel.cmd
;This file should be equivalent to pbuildrelease.dat except it does
;not release or autoboottest. We used this file to speed up our bbt
;process. see \\ntbld\builddoc for more info.
;OFFICIAL %RazzleToolPath%\PostBuildScripts\release.cmd
;END %RazzleToolPath%\PostBuildScripts\release.cmd
;OFFICIAL %RazzleToolPath%\PostBuildScripts\autoboottest.pl
;END %RazzleToolPath%\PostBuildScripts\autoboottest.pl
;OFFICIAL %RazzleToolPath%\PostBuildScripts\deletewrapper.cmd
;END %RazzleToolPath%\PostBuildScripts\deletewrapper.cmd