Explicitly set DOTNET_MULTILEVEL_LOOKUP in tests (dotnet/core-setup#7541)
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>
Fri, 2 Aug 2019 17:06:15 +0000 (10:06 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2019 17:06:15 +0000 (10:06 -0700)
commitf63be0d09147b4f736c8fdb1491e97381aa5cdc5
treece76498e2a1271cb41cb8aaffa77202c61051a0a
parent9aebd3763a79e25da1d52b8e1c320900f8fd9314
Explicitly set DOTNET_MULTILEVEL_LOOKUP in tests (dotnet/core-setup#7541)

Commit migrated from https://github.com/dotnet/core-setup/commit/9b9814cc595dce09a126186d5926b1b19e8a09f3
src/installer/test/HostActivation.Tests/CommandExtensions.cs
src/installer/test/HostActivation.Tests/DependencyResolution/ComponentDependencyResolutionBase.cs
src/installer/test/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.cs
src/installer/test/HostActivation.Tests/MockCoreClrSanity.cs
src/installer/test/HostActivation.Tests/NativeHosting/Comhost.cs
src/installer/test/HostActivation.Tests/NativeHosting/ComponentActivation.cs
src/installer/test/HostActivation.Tests/NativeHosting/HostContext.cs
src/installer/test/HostActivation.Tests/NativeHosting/Nethost.cs
src/installer/test/HostActivation.Tests/NativeHosting/SharedTestStateBase.cs
src/installer/test/HostActivation.Tests/PortableAppActivation.cs
src/installer/test/TestUtils/DotNetCli.cs