> ## Documentation Index
> Fetch the complete documentation index at: https://docs.incredibuild.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Executing Your Visual Studio Build Using the Command Line

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

For more information about the BuildConsole command and its options, see [BuildConsole Command Line Interface](/windows/build-console-cli).
