Skip to content

Commit bce82f1

Browse files
authored
Speculative fix for F# tests sometimes error on static field initialization (#1364)
1 parent e0f0380 commit bce82f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/authoring/authoring.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<IsPackable>false</IsPackable>
77
<IsTestProject>true</IsTestProject>
8-
<OutputType>Exe</OutputType>
8+
<OutputType>Library</OutputType>
99

1010
<UseMicrosoftTestingPlatformRunner>false</UseMicrosoftTestingPlatformRunner>
1111
<DisableTestingPlatformServerCapability>true</DisableTestingPlatformServerCapability>

0 commit comments

Comments
 (0)