From 58b8e332c129c0b313c1bc9819852417ca771e9b Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Thu, 25 Feb 2016 11:18:28 -0800 Subject: [PATCH] The multitarget framework build tests is failing in VSO for net20 and net40 because it requires specific things installed at the machine. Removing the tests for these two frameworks. --- test/dotnet-build.Tests/BuildOutputTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/dotnet-build.Tests/BuildOutputTests.cs b/test/dotnet-build.Tests/BuildOutputTests.cs index 6917e83fc..a2083c087 100644 --- a/test/dotnet-build.Tests/BuildOutputTests.cs +++ b/test/dotnet-build.Tests/BuildOutputTests.cs @@ -131,8 +131,6 @@ namespace Microsoft.DotNet.Tools.Builder.Tests } [Theory] - [InlineData("net20", false, true)] - [InlineData("net40", true, true)] [InlineData("net461", true, true)] [InlineData("dnxcore50", true, false)] public void MultipleFrameworks_ShouldHaveValidTargetFrameworkAttribute(string frameworkName, bool shouldHaveTargetFrameworkAttribute, bool windowsOnly)