Skip to content

Commit 9963a7a

Browse files
authored
Update diagnosing-task-failures.md
1 parent b421bf9 commit 9963a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/diagnosing-task-failures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Diagnose MSBuild task failures
33
description: Diagnose MSBuild task failures by identifying the failing task, the tool name, and other information for troubleshooting.
4-
ms.date: 02/14/2024
4+
ms.date: 7/1/2025
55
ms.topic: how-to
66
f1_keywords:
77
- MSBuild.ToolTask.ToolCommandFailed
@@ -16,7 +16,7 @@ ms.subservice: msbuild
1616
---
1717
# Diagnose MSBuild task failures
1818

19-
`MSB6006` is emitted when a <xref:Microsoft.Build.Utilities.ToolTask>–derived class runs a tool process that returns a nonzero exit code if the task didn't log a more specific error.
19+
[MSB6006](errors/msb6006.md) is emitted when a <xref:Microsoft.Build.Utilities.ToolTask>–derived class runs a tool process that returns a nonzero exit code if the task didn't log a more specific error.
2020

2121
## Identify the failing task
2222

0 commit comments

Comments
 (0)