Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
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:

...