Skip to content

Commit 0018e12

Browse files
committed
Import Build.Common.props from BuildTools
1 parent aca1980 commit 0018e12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dir.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<PackagesDir>$(ProjectDir)packages/</PackagesDir>
1818
</PropertyGroup>
1919

20+
<!-- Import Build tools common props file where repo-independent properties are found -->
21+
<Import Project="$(ToolsDir)Build.Common.props" Condition="Exists('$(ToolsDir)Build.Common.props')" />
22+
2023
<PropertyGroup>
2124
<BuildInParallel Condition="'$(BuildInParallel)'==''">false</BuildInParallel>
2225
</PropertyGroup>

0 commit comments

Comments
 (0)