Fix build break in internal build
authorJan Kotas <jkotas@microsoft.com>
Sat, 30 Jan 2016 22:59:46 +0000 (14:59 -0800)
committerJan Kotas <jkotas@microsoft.com>
Sat, 30 Jan 2016 22:59:46 +0000 (14:59 -0800)
[tfs-changeset: 1570568]

dir.props

index 765d13c..51fe6fc 100644 (file)
--- a/dir.props
+++ b/dir.props
@@ -72,7 +72,7 @@
   </PropertyGroup>
 
   <!-- Import Build tools common props file where repo-independent properties are found -->  
   </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 -->
 
   
   <!-- Common nuget properties -->