Merge pull request #1590 from livarcocc/remove_net20_40_build_tests
The multitarget framework build tests is failing in VSO for net20 and net40
This commit is contained in:
commit
178d05a5ec
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…
Add table
Add a link
Reference in a new issue