
| Azure Pipelines | - Automate your build process as part of a continuous integration/continuous delivery pipeline. Customize most areas of the build system.| Run multi-processor builds for all project types. | MSBuild command line| - Build projects without installing Visual Studio. Use the same build system across Linux and Windows platforms. | CMake | - Build C++ projects using the CMake tool Customize different aspects of the build system. Run multi-processor builds for C++ and C# projects. | IDE |- Create builds immediately and test them in a debugger. You can use any of the following methods to build an application: the Visual Studio IDE, the MSBuild command-line tools, and Azure Pipelines:

For a first introduction to building within the IDE, see Walkthrough: Building an application.
