Skip to content

Update customize-by-directory.md #10097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/msbuild/customize-by-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ When MSBuild runs, *Microsoft.Common.props* searches your directory structure fo

Similarly, *Microsoft.Common.targets* looks for *Directory.Build.targets*.

*Directory.Build.props* is imported early in the sequence of imported files, which can be important if you need a set a property that is used by imports, especially those that are implicitly imported by using the `Sdk` attribute, such as when using the .NET SDK in most .NET project files.
*Directory.Build.props* is imported early in the sequence of imported files, which can be important if you need to set a property that is used by imports, especially those that are implicitly imported by using the `Sdk` attribute, such as when using the .NET SDK in most .NET project files.

> [!NOTE]
> Linux-based file systems are case-sensitive. Make sure the casing of the *Directory.Build.props* filename matches exactly, or it won't be detected during the build process.
Expand Down Expand Up @@ -273,4 +273,4 @@ C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Microsoft.

## Related content

- [Customize your build](customize-your-build.md).
- [Customize your build](customize-your-build.md).