Skip to content

Commit b669c09

Browse files
committed
Merge branch '262389-c' of https://github.com/GitHubber17/visualstudio-docs-pr into 262389-c
2 parents 8c0b091 + 85054de commit b669c09

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
@@ -31,9 +31,9 @@ Use the following procedures to generate and view build log files for your scena
3131

3232
1. Open the log file in your preferred editor.
3333

34-
- **Managed-code project**:
34+
- **.NET project**:
3535

36-
For a managed code project, you instruct Visual Studio to save the log files:
36+
For .NET projects, you instruct Visual Studio to save the log files:
3737

3838
1. In Visual Studio, select **Build** > **Build Solution**.
3939

@@ -76,7 +76,7 @@ You can configure the logger verbosity with the following steps:
7676
1. To apply your changes, select **OK**.
7777

7878
> [!IMPORTANT]
79-
> You must rebuild the project for your changes to take effect in the **Output** window (all projects) and the *\<ProjectName>.txt* file (C++ projects only).
79+
> You must rebuild the project for your changes to take effect in the **Output** window. For C++ projects, the project rebuild also ensures the changes are reflected in the *\<ProjectName>.txt* file.
8080
8181
For more information, see [Options dialog box, Projects and Solutions, Build and Run](./reference/options-dialog-box-projects-and-solutions-build-and-run.md) and <xref:Microsoft.Build.Framework.LoggerVerbosity>.
8282

0 commit comments

Comments
 (0)