Skip to content

Commit 7c8bc9f

Browse files
Merge pull request #12991 from MicrosoftDocs/ghogen-patch-67
Add links to logging docs
2 parents 7911e4e + 2536835 commit 7c8bc9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/errors/msb6006.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "MSB6006: 'process' exited with code `exit code`."
33
description: "This error occurs when a command is executed and returns a non-zero exit code, or otherwise indicates an error in its output."
4-
ms.date: "08/15/2022"
4+
ms.date: "08/29/2024"
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB6006
@@ -24,7 +24,7 @@ This error occurs when a command is executed and returns a non-zero exit code, o
2424
'process' exited with code `exit code`
2525
```
2626

27-
Look to the output of the command to determine the root cause of the failure. If logging was enabled in the build, the output might be written to the build log.
27+
Look to the output of the command to determine the root cause of the failure. If logging was enabled in the build, the output might be written to the build log. See [View, save, and configure build logs](../../ide/how-to-view-save-and-configure-build-log-files.md) and [Obtaining build logs with MSBuild](../obtaining-build-logs-with-msbuild.md).
2828

2929
To diagnose the error, first enable a diagnostic log (use the `-verbosity:diag` command-line switch), and check the MSBuild log file with the full diagnostics output. For bigger output logs on large projects, consider using the binary log (`-bl` command-line switch) and the [MSBuild Structured Log Viewer](https://msbuildlog.com/) to view the output more easily.
3030

0 commit comments

Comments
 (0)