Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil <schellap@microsoft.com>2016-01-14 22:43:36 +0300
committerSenthil <schellap@microsoft.com>2016-01-15 02:38:09 +0300
commit7636b11616663e380477383821e6851caa3fb888 (patch)
tree012d3d7aed0646112ff4a3b63b93a21c74fb5565 /dir.props
parent36b6eef1131e3c02d2eaa517d33128b2da31aa5d (diff)
Disable external dir.props import for repo builds
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 99abf7edf..63c96bf04 100644
--- a/dir.props
+++ b/dir.props
@@ -1,5 +1,5 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" InitialTargets="CheckRoslyn" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Condition="Exists('..\dir.props')" Project="..\dir.props" />
+ <Import Condition="Exists('..\dir.props') And '$(RepoLocalBuild)'!='true'" Project="..\dir.props" />
<!--
$(OS) is set to Unix/Windows_NT. This comes from an environment variable on Windows and MSBuild on Unix.