Skip to content

Commit b9bb22b

Browse files
committed
Disabling f# test on full framework
1 parent da94efc commit b9bb22b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildADesktopExeWithFSharp.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ public void It_builds_a_simple_desktop_app()
5858
});
5959
}
6060

61-
[WindowsOnlyFact]
61+
// https://github.com/dotnet/sdk/issues/12560
62+
[CoreMSBuildAndWindowsOnlyFact]
6263
public void It_builds_a_simple_net50_app()
6364
{
6465
var testAsset = _testAssetsManager

0 commit comments

Comments
 (0)