Disable multilevel lookup and fix tests that were depending on .NET Core 1.0 shared framework
This commit is contained in:
parent
308b5137c2
commit
af9a85fd3f
5 changed files with 8 additions and 4 deletions
|
@ -122,7 +122,6 @@ namespace Microsoft.DotNet.Tests
|
|||
|
||||
new GenericCommand(toolPrefersCLIRuntime ? "portable-v1-prefercli" : "portable-v1")
|
||||
.WithWorkingDirectory(testInstance.Root)
|
||||
.WithEnvironmentVariable("DOTNET_MULTILEVEL_LOOKUP", "0")
|
||||
.Execute()
|
||||
.Should().Fail();
|
||||
}
|
||||
|
@ -159,7 +158,6 @@ namespace Microsoft.DotNet.Tests
|
|||
var result =
|
||||
new DotnetCommand(DotnetUnderTest.WithBackwardsCompatibleRuntimes)
|
||||
.WithWorkingDirectory(testInstance.Root)
|
||||
.WithEnvironmentVariable("DOTNET_MULTILEVEL_LOOKUP", "0")
|
||||
.Execute(toolPrefersCLIRuntime ? "portable-v1-prefercli" : "portable-v1");
|
||||
|
||||
result.Should().Pass()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue