Available Settings
*These parameters are not supported when using Incredibuild’s IBConsole command to run your builds.
Creating a Configuration File
The configuration files differ slightly depending on what Incredibuild command you use to run your builds (buildconsole or ibconsole). We recommend starting with our sample file: C:\Program Files (x86)\Incredibuild\ConfigFiles\Sample.ib_config.rsp. All config files must have the extension .rsp. Note: This sample assumes you are using buildconsole. If you are using ibconsole, remove /usemsbuild, /pemode, /predictedexecution32bitfallback, and /ForceEnglishMSBuildOutput. CopyUsing the Configuration File During a Build
The configuration files can be used in one of two ways when running a build:- Automatic: If you place the config file in the same location as the solution file, with the same name as the solution, it is automatically used when you run any projects in that solution. If you want to use multiple config files for the same solution (e.g. Debug vs. Release), name them with the solution name_cfg value from the command line. For example, if your solution is MySolution.ib_config.rsp, and you have different configurations for debug and release, you might use the following names: MySolution_Debug_x64.ib_config.rsp MySolution.ib_config.rsp
- Command Line: If you specify the config file directly in the build command, that file will be used (this is not supported in VS IDE).