Skip to content

Commit 1d3c14a

Browse files
Merge pull request #10486 from ghogen/refresh-dates-compile-build
Review and update text and screenshots, if needed
2 parents 49acef8 + 83cb0eb commit 1d3c14a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/ide/building-and-cleaning-projects-and-solutions-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Building and Cleaning Projects and Solutions
33
description: Learn how you can build, rebuild, or clean all or some of the projects or project items in a solution.
44
ms.custom: SEO-VS-2020
5-
ms.date: 09/14/2021
5+
ms.date: 10/07/2022
66
ms.technology: vs-ide-compile
77
ms.topic: conceptual
88
f1_keywords:

docs/ide/compiling-and-building-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Compiling building
33
description: Learn how you use the Visual Studio IDE build method, the MSBuild command-line tools build method, or Azure Pipelines build method to build an application.
44
ms.custom: SEO-VS-2020
5-
ms.date: 09/14/2021
5+
ms.date: 10/07/2022
66
ms.technology: vs-ide-compile
77
ms.topic: conceptual
88
helpviewer_keywords:
@@ -26,7 +26,7 @@ You can use any of the following methods to build an application: the Visual Stu
2626
| Build Method | Benefits |
2727
| --- |--- | --- |
2828
| IDE |- Create builds immediately and test them in a debugger.<br />- Run multi-processor builds for C++ and C# projects.<br />- Customize different aspects of the build system. |
29-
| CMake | - Build projects using the CMake tool<br />- Use the same build system across Linux and Windows platforms. |
29+
| CMake | - Build C++ projects using the CMake tool<br />- Use the same build system across Linux and Windows platforms. |
3030
| MSBuild command line| - Build projects without installing Visual Studio.<br />- Run multi-processor builds for all project types.<br />- Customize most areas of the build system.|
3131
| Azure Pipelines | - Automate your build process as part of a continuous integration/continuous delivery pipeline.<br />- Apply automated tests with every build.<br />- Employ virtually unlimited cloud-based resources for build processes.<br />- Modify the build workflow and create build activities to perform deeply customized tasks.|
3232

0 commit comments

Comments
 (0)