Skip to content

Commit

Permalink
Disable multilevel lookup in more cases when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Apr 6, 2018
1 parent b5bb3d1 commit 9c87cf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tests/Microsoft.NET.TestFramework/TestContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public void AddTestEnvironmentVariables(SdkCommandSpec command)

public static void Initialize(TestCommandLine commandLine)
{
Environment.SetEnvironmentVariable("DOTNET_MULTILEVEL_LOOKUP", "0");

TestContext testContext = new TestContext();

// This is dependent on the current artifacts layout:
Expand Down

0 comments on commit 9c87cf6

Please sign in to comment.