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:
parent
b00a75e3ea
commit
58b8e332c1
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue