Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Visual Studio builds can be executed directly from the Command Line, using IncrediBuild BuildConsole command.

> To execute a Visual Studio build using the Command Line:

  • In the CLI, enter:

BuildConsole <<path>\<build_name>> /rebuild /cfg="<your_solution_configuration>

Where:

/cfg

  • Determines the solution configuration to be built.

For example, if you have a Visual Studio solution called "mysolution.sln", the execution command could be as follows:

BuildConsole mysolution.sln /rebuild /cfg="Debug|Win32" /openmonitor

Note: For more information about the BuildConsole command and its options, see IncrediBuild documentation: BuildConsole Command Line Interface

  • No labels