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.

This commit is contained in:
Livar Cunha 2016-02-25 11:18:28 -08:00
parent b00a75e3ea
commit 58b8e332c1

View file

@ -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)