In the development environment, you can specify how you want the targets/projects in your workspace/solution to be built and deployed. Then you can build individual targets/projects or all the targets/projects in the workspace/solution. The following table summarizes where you set up build and deploy options, and how you start builds.
To do this |
Do this |
---|---|
Set deploy options for most targets/projects |
Select Properties from the pop-up menu for the target/project and select the Deploy tab. Check the box next to a project to build it when you select Deploy from the target/project's pop-up menu. Use the arrows to set the order in which projects are built. Set options for each project in the target/project in the Project painter. |
Set build and deploy options for the workspace/solution |
Select Properties from the pop-up menu for the workspace/solution and select the order in which targets/projects should be built. You can check which projects and deploy configurations are currently selected on the Deploy Preview page. |
Build, migrate, or deploy a selected target/project |
Select Incremental Build, Full Build, Migrate, or Deploy from the pop-up menu for the target/project. Deploy builds the projects in the target/project in the order listed on the Deploy page of the target/project's properties dialog box. |
Build or deploy all the targets/projects in the workspace/solution |
Select Incremental Build, Full Build, or Deploy from the pop-up menu for the workspace/solution, from the Run menu, or from the PowerBar. You can also use PowerScript Build to optimize build time, when DataWindows have not been modified. PowerScript Build will recompile PowerScripts only and skip DataWindow recompilation. |