summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2016-07-13 10:29:43 -0700
committerwtgodbe <wigodbe@microsoft.com>2016-07-14 11:46:58 -0700
commita23208ece81828d3524d3318f58e0c45350dc491 (patch)
treed70e0400e4d4ebfe4787f8f2e040a547afb60ae1 /dir.props
parente8bdf3e20dab4f39649338ab65fb5aa25e7f913c (diff)
downloadcoreclr-a23208ece81828d3524d3318f58e0c45350dc491.tar.gz
coreclr-a23208ece81828d3524d3318f58e0c45350dc491.tar.bz2
coreclr-a23208ece81828d3524d3318f58e0c45350dc491.zip
Update to latest version of buildtools
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index 0127df2103..8ab8475d2f 100644
--- a/dir.props
+++ b/dir.props
@@ -63,6 +63,7 @@
<ToolsDir Condition="'$(ToolsDir)'==''">$(ProjectDir)Tools/</ToolsDir>
<DotnetCliPath Condition="'$(DotnetCliPath)'==''">$(ToolsDir)dotnetcli/</DotnetCliPath>
+ <OverrideToolHost>$(DotnetCliPath)dotnet</OverrideToolHost>
<BuildToolsSemaphore Condition="'$(BuildToolsSemaphore)' == ''">$(ToolsDir)Microsoft.DotNet.Build.Tasks.dll</BuildToolsSemaphore>
<TestWorkingDir>$(__TestWorkingDir)\</TestWorkingDir>