The View New Build Configuration dialog box lets you examine an existing build configuration. To edit the build configuration, you must check it out first.
The Properties tab displays the project details and time out details.
The Pre-Script tab displays the details of the script, if any, that is to be executed before the build is launched.
The Main Script tab displays the details of the main script. The main script is used when you have many targets that can use the same script. You select Use build configuration main script when creating the target, and define the script on the Main Script tab of the build configuration. Note that if there is a transition script for the individual target, it will take precedence over the main script.
The Post-Script tab displays the details of the script, if any, that is to be executed after the build is launched.
The Clean-Up Script displays the details of the script, if any, that is to be executed before the controlled source files are transferred into the build area. The primary purpose for this script is to clean up a build area before the build.
Related Topics