Skip to content

Commit 1f28e3c

Browse files
committed
clarify
1 parent 3a9a14b commit 1f28e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/msbuild-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We recommend the following best practices for writing MSBuild scripts:
2424
</MyProperty>
2525
```
2626

27-
- In general, avoid wildcards the use of when you select items. Instead, specify files explicitly. This is because in most project types, MSBuild expands wildcards at various times, such as when adding or removing items, which can lead to unexpected behavior. An exception to this is in .NET Core SDK-style projects, which do process wildcards correctly.
27+
- In general, avoid the use of wildcards when you select items. Instead, specify files explicitly. This is because in most project types, MSBuild expands wildcards at various times, such as when adding or removing items, which can lead to unexpected behavior. An exception to this is in .NET Core SDK-style projects, which do process wildcards correctly.
2828

2929
## See also
3030

0 commit comments

Comments
 (0)