Skip to content

Commit

Permalink
Disable multilevel lookup (dotnet#4665)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpetit authored and sergeybykov committed Jun 7, 2018
1 parent 1dda51e commit 5c5257e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ if not defined BuildConfiguration SET BuildConfiguration=Debug
:: misleading value (such as 'MCD' in HP PCs) may lead to build breakage (issue: #69).
set Platform=

:: Disable multilevel lookup https://github.com/dotnet/core-setup/blob/master/Documentation/design-docs/multilevel-sharedfx-lookup.md
set DOTNET_MULTILEVEL_LOOKUP=0

call Ensure-DotNetSdk.cmd

SET SOLUTION=%CMDHOME%\Orleans.sln
Expand Down
3 changes: 3 additions & 0 deletions Test.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ SET CMDHOME=%~dp0
@REM Remove trailing backslash \
set CMDHOME=%CMDHOME:~0,-1%

:: Disable multilevel lookup https://github.com/dotnet/core-setup/blob/master/Documentation/design-docs/multilevel-sharedfx-lookup.md
set DOTNET_MULTILEVEL_LOOKUP=0

call Ensure-DotNetSdk.cmd

pushd "%CMDHOME%"
Expand Down

0 comments on commit 5c5257e

Please sign in to comment.