Skip to content

Commit 85054de

Browse files
authored
Update how-to-view-save-and-configure-build-log-files.md
1 parent 02f1796 commit 85054de

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

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

8080
> [!IMPORTANT]
81-
> 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).
81+
> 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.
8282
8383
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>.
8484

0 commit comments

Comments
 (0)