Skip to content

Commit 8a6be23

Browse files
authored
Update msb6006.md
1 parent 88b7acc commit 8a6be23

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) 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)