Skip to content

Commit 07be2d3

Browse files
committed
update article and ms.date
1 parent fec3049 commit 07be2d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ide/how-to-view-save-and-configure-build-log-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'How to: View, save, and configure build log files | Microsoft Docs'
33
description: Learn how you can view, save, and configure build log files. These files provide useful information for tasks like troubleshooting a build failure.
44
ms.custom: SEO-VS-2020
5-
ms.date: 08/28/2019
5+
ms.date: 09/12/2022
66
ms.technology: vs-ide-compile
77
ms.topic: how-to
88
ms.assetid: 75d38b76-26d6-4f43-bbe7-cbacd7cc81e7
@@ -18,7 +18,7 @@ ms.workload:
1818

1919
After you build a project in the Visual Studio IDE, you can view information about that build in the **Output** window. By using this information, you can, for example, troubleshoot a build failure.
2020

21-
- For C++ projects, you can also view the same information in a log file that's created and saved when you build a project.
21+
- For C++ projects, you can also view the same information in a log file that's created and saved when you build a project.
2222

2323
- For managed code projects, you can click in the build output window and press **Ctrl**+**S**. Visual Studio prompts you for a location to save the information from the **Output** window into a log file.
2424

@@ -28,7 +28,7 @@ If you build any kind of project by using MSBuild, you can create a log file to
2828

2929
## To view the build log file for a C++ project
3030

31-
1. In **Windows Explorer** or **File Explorer**, open the following file (relative to the project root folder): *Release*\\{ProjectName}.Log* or *Debug\\{ProjectName}.log*
31+
1. In **Windows Explorer** or **File Explorer**, open the following file (relative to the project root folder): *Release\\{ProjectName}.Log* or *Debug\\{ProjectName}.log*
3232

3333
## To create a build log file for a managed-code project
3434

0 commit comments

Comments
 (0)