File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/core/whats-new/dotnet-8 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ MSBuild includes a new feature that makes it easier to incorporate data from MSB
31
31
| -----------------------------------| ----------------------------------------------------------|
32
32
| ` --getProperty:<PROPERTYNAME> ` | Retrieves the MSBuild property with the specified name. |
33
33
| ` --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. |
35
35
36
36
Values are written to the standard output. Multiple or complex values are output as JSON, as shown in the following examples.
37
37
You can’t perform that action at this time.
0 commit comments