We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca1980 commit 0018e12Copy full SHA for 0018e12
dir.props
@@ -17,6 +17,9 @@
17
<PackagesDir>$(ProjectDir)packages/</PackagesDir>
18
</PropertyGroup>
19
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
+
23
<PropertyGroup>
24
<BuildInParallel Condition="'$(BuildInParallel)'==''">false</BuildInParallel>
25
0 commit comments