summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-01-30 14:59:46 -0800
committerJan Kotas <jkotas@microsoft.com>2016-01-30 14:59:46 -0800
commite15da24441558d8885b817349a13d3c60041c3f8 (patch)
tree5e96b807c3b934196719edbaf530b4d01788a73d /dir.props
parentd196fdf2ea4bc67ab509b68b31870ae9e50a7c54 (diff)
downloadcoreclr-e15da24441558d8885b817349a13d3c60041c3f8.tar.gz
coreclr-e15da24441558d8885b817349a13d3c60041c3f8.tar.bz2
coreclr-e15da24441558d8885b817349a13d3c60041c3f8.zip
Fix build break in internal build
[tfs-changeset: 1570568]
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index 765d13c9f7..51fe6fcd56 100644
--- a/dir.props
+++ b/dir.props
@@ -72,7 +72,7 @@
</PropertyGroup>
<!-- Import Build tools common props file where repo-independent properties are found -->
- <Import Project="$(ToolsDir)Build.Common.props" />
+ <Import Condition="Exists('$(ToolsDir)Build.Common.props')" Project="$(ToolsDir)Build.Common.props" />
<!-- Common nuget properties -->