diff options
author | Davis Goodin <dagood@microsoft.com> | 2016-05-04 17:50:19 -0500 |
---|---|---|
committer | Davis Goodin <dagood@microsoft.com> | 2016-05-04 17:50:19 -0500 |
commit | eeece8acff8f0d724c82552ddc064d07400114c8 (patch) | |
tree | a01f67453d527fc6bfd74ca81cefe1df57c36579 /dir.props | |
parent | f005f1e72012913fb779ab16e68cef6a75b9b3c3 (diff) | |
download | coreclr-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.props | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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=) &</DnuRestoreCommand> - <DnuRestoreCommand>$(DnuRestoreCommand) "$(DotnetToolCommand)"</DnuRestoreCommand> <DnuRestoreCommand>$(DnuRestoreCommand) restore</DnuRestoreCommand> <DnuRestoreCommand>$(DnuRestoreCommand) --packages "$(PackagesDir.TrimEnd('\\'))"</DnuRestoreCommand> |