Available Settings
*These parameters are only supported when using Incredibuild’s buildconsole 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. 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 are used automatically if they are named correctly and copied to the right location: When running builds in the command line:- You can put the config file in the same location as the project or solution file.
- If you place the file in the same location as the solution file, it will be used by all projects in that solution.
- Rename the config file to have the same name as the project or solution (with the .ib_config.rsp extension)
- Put the config file in the same location as the solution file. It will be used by all projects in that solution.
- Rename the config file to have the same name as the solution (with the .ib_config.rsp extension)