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:
Livar Cunha 2017-04-07 16:36:23 -07:00 committed by Livar Cunha
parent 4c926ec9c5
commit e286c65d25
20 changed files with 80 additions and 283 deletions

View file

@ -109,7 +109,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
.Should()
.Pass();
new DotnetCommand(DotnetUnderTest.WithLegacyRuntime)
new DotnetCommand(DotnetUnderTest.WithBackwardsCompatibleRuntimes)
.WithWorkingDirectory(testProjectDirectory)
.ExecuteWithCapturedOutput(
$"-d dependency-tool-invoker -c {configuration} -f netcoreapp2.0 portable")