summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorDavis Goodin <dagood@microsoft.com>2016-05-04 17:50:19 -0500
committerDavis Goodin <dagood@microsoft.com>2016-05-04 17:50:19 -0500
commiteeece8acff8f0d724c82552ddc064d07400114c8 (patch)
treea01f67453d527fc6bfd74ca81cefe1df57c36579 /dir.props
parentf005f1e72012913fb779ab16e68cef6a75b9b3c3 (diff)
downloadcoreclr-eeece8acff8f0d724c82552ddc064d07400114c8.tar.gz
coreclr-eeece8acff8f0d724c82552ddc064d07400114c8.tar.bz2
coreclr-eeece8acff8f0d724c82552ddc064d07400114c8.zip
Remove CORE_ROOT workaround. .NET CLI no longer uses the value.
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props3
1 files changed, 0 insertions, 3 deletions
diff --git a/dir.props b/dir.props
index 2a980a09a3..0e3d728a75 100644
--- a/dir.props
+++ b/dir.props
@@ -108,9 +108,6 @@
<DotnetToolCommand Condition="'$(DotnetToolCommand)'=='' and '$(OsEnvironment)'!='Unix'">$(DotnetCliPath)dotnet.exe</DotnetToolCommand>
<DotnetToolCommand Condition="'$(DotnetToolCommand)'=='' and '$(OsEnvironment)'=='Unix'">$(DotnetCliPath)dotnet</DotnetToolCommand>
- <!-- If CORE_ROOT is set on Windows, the dotnet CLI tool tries to use it. This results in DLL resolution errors. Unset CORE_ROOT during restore. -->
- <DnuRestoreCommand Condition="'$(OsEnvironment)'!='Unix'">(set CORE_ROOT=) &amp;</DnuRestoreCommand>
-
<DnuRestoreCommand>$(DnuRestoreCommand) "$(DotnetToolCommand)"</DnuRestoreCommand>
<DnuRestoreCommand>$(DnuRestoreCommand) restore</DnuRestoreCommand>
<DnuRestoreCommand>$(DnuRestoreCommand) --packages "$(PackagesDir.TrimEnd('\\'))"</DnuRestoreCommand>