Skip to content

Commit 5bf9142

Browse files
Merge pull request #14053 from ghogen/msbuild-error-6006
Add link to related article
2 parents b421bf9 + d6c6348 commit 5bf9142

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/msbuild/errors/msb6006.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MSB6006 diagnostic code
33
description: Learn about the possible causes of the MSB6006 build error and get troubleshooting tips.
4-
ms.date: 05/16/2025
4+
ms.date: 7/1/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB6006
@@ -46,6 +46,11 @@ To diagnose the error, first enable a diagnostic log by using the `-verbosity:di
4646
You can also set the `MSBuildDebugEngine` environment variable to 1 to get all possible logs. For more information, see [Building MSBuild for the .NET Framework - Logs](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Building-Testing-and-Debugging-on-Full-Framework-MSBuild.md#logs).
4747

4848
It might be helpful to reproduce the error in isolation. Try running the tool separately with the same inputs and command-line arguments that MSBuild uses in the build. If symbols are available, and you have a Debug build of the tool, attach a debugger to the tool and debug the tool itself to check for the problem.
49+
50+
## Related content
51+
52+
See [Diagnose MSBuild task failures](../diagnosing-task-failures.md)
53+
4954
<!-- :::editable-content-end::: -->
5055
<!-- :::ErrorDefinitionDescription-end::: -->
5156

0 commit comments

Comments
 (0)