You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/msbuild/customize-your-build.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ It might be desirable to have common properties for all projects `(1)`, common p
92
92
93
93
For msbuild to correctly merge the "inner" files (`2-src` and `2-test`) with the "outer" file (`1`), you must take into account that once msbuild finds a `Directory.Build.props` file, it stops further scanning. To continue scanning, and merge into the outer file, place this into both inner files:
0 commit comments