Removing Additional Framework entirely and renaming LegacyRuntime to something more appropriate: BackwardsCompatibleRuntimes. Also, turning off some tests that I forgot to turn off for linux-x64.
This commit is contained in:
parent
4c926ec9c5
commit
e286c65d25
20 changed files with 80 additions and 283 deletions
|
@ -128,7 +128,7 @@ namespace Microsoft.DotNet.Tests
|
|||
.Execute()
|
||||
.Should().Pass();
|
||||
|
||||
new DependencyToolInvokerCommand(DotnetUnderTest.WithLegacyRuntime)
|
||||
new DependencyToolInvokerCommand(DotnetUnderTest.WithBackwardsCompatibleRuntimes)
|
||||
.WithWorkingDirectory(testInstance.Root)
|
||||
.WithEnvironmentVariable(CommandContext.Variables.Verbose, "true")
|
||||
.ExecuteWithCapturedOutput($"tool-with-output-name", framework, "")
|
||||
|
@ -250,7 +250,7 @@ namespace Microsoft.DotNet.Tests
|
|||
.WithSourceFiles()
|
||||
.WithRestoreFiles();
|
||||
|
||||
new DependencyContextTestCommand(DotnetUnderTest.WithLegacyRuntime)
|
||||
new DependencyContextTestCommand(DotnetUnderTest.WithBackwardsCompatibleRuntimes)
|
||||
.WithWorkingDirectory(testInstance.Root)
|
||||
.Execute("")
|
||||
.Should().Pass();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue