Skip to content

Commit 2478b3b

Browse files
authored
Fix argument name (dotnet#41688)
1 parent df66bc9 commit 2478b3b

File tree

1 file changed

+1
-1
lines changed
  • docs/core/whats-new/dotnet-8

1 file changed

+1
-1
lines changed

docs/core/whats-new/dotnet-8/sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ MSBuild includes a new feature that makes it easier to incorporate data from MSB
3131
|-----------------------------------|----------------------------------------------------------|
3232
| `--getProperty:<PROPERTYNAME>` | Retrieves the MSBuild property with the specified name. |
3333
| `--getItem:<ITEMTYPE>` | Retrieves MSBuild items of the specified type. |
34-
| `--getTargetResults:<TARGETNAME>` | Retrieves the outputs from running the specified target. |
34+
| `--getTargetResult:<TARGETNAME>` | Retrieves the outputs from running the specified target. |
3535

3636
Values are written to the standard output. Multiple or complex values are output as JSON, as shown in the following examples.
3737

0 commit comments

Comments
 (0)