You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.2 KiB
33 lines
1.2 KiB
; 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
|
|
|