Skip to content

Commit

Permalink
Disabling f# test on full framework
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoslund committed Aug 26, 2020
1 parent da94efc commit 8974e92
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ public void It_builds_a_simple_desktop_app()
});
}

[WindowsOnlyFact]
// https://github.com/dotnet/sdk/issues/12560
[CoreMSBuildAndWindowsOnlyFact]
public void It_builds_a_simple_net50_app()
{
var testAsset = _testAssetsManager
Expand Down

0 comments on commit 8974e92

Please sign in to comment.