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:
authorJan Kotas <jkotas@microsoft.com>2016-04-30 16:24:23 +0300
committerJan Kotas <jkotas@microsoft.com>2016-04-30 16:24:23 +0300
commit31eb8f6937b66af94ee3e3c0884a45b968b94648 (patch)
tree4bf1cc933fa282f9076d4fd555e3087358a556f0 /dir.props
parent50a4201556cbff86ce8940dfb920ed0fc92abf94 (diff)
Minor cleanup (#1222)
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props6
1 files changed, 1 insertions, 5 deletions
diff --git a/dir.props b/dir.props
index dedad9571..c77313da1 100644
--- a/dir.props
+++ b/dir.props
@@ -92,6 +92,7 @@
<!-- Input Directories -->
<PackagesDir Condition="'$(PackagesDir)'==''">$(ProjectDir)packages/</PackagesDir>
<ToolRuntimePath Condition="'$(ToolRuntimePath)'==''">$(ProjectDir)Tools/</ToolRuntimePath>
+ <ToolsDir Condition="'$(UseToolRuntimeForToolsDir)'=='true'">$(ToolRuntimePath)</ToolsDir>
<ToolsDir Condition="'$(ToolsDir)'==''">$(ProjectDir)Tools/</ToolsDir>
<DotnetCliPath Condition="'$(DotnetCliPath)'==''">$(ToolRuntimePath)dotnetcli/</DotnetCliPath>
<BuildToolsTaskDir Condition="'$(BuildToolsTargets45)' == 'true'">$(ToolsDir)net45/</BuildToolsTaskDir>
@@ -117,11 +118,6 @@
<PackagesBasePath Condition="'$(PackagesBasePath)'==''">$(BinDir)$(OSPlatformConfig)</PackagesBasePath>
</PropertyGroup>
- <!-- Common nuget properties -->
- <PropertyGroup>
- <NuGetToolPath>$(ToolsDir)NuProj/NuGet.exe</NuGetToolPath>
- </PropertyGroup>
-
<!-- list of nuget package sources passed to dnu -->
<ItemGroup Condition="'$(ExcludeInternetFeeds)' != 'true'">
<!-- Need to escape double forward slash (%2F) or MSBuild will normalize to one slash on Unix. -->