Skip to content

Commit 4593e5f

Browse files
committed
don't use public signing for F# tests (posible .NET SDK F# compiler bug with publicsign switch)
1 parent 36c4816 commit 4593e5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Microsoft.ML.FSharp.Tests/Microsoft.ML.FSharp.Tests.fsproj

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
5+
<NoWarn>2003;$(NoWarn)</NoWarn>
56
<TargetFrameworks Condition="'$(OS)' != 'Unix'">$(TargetFrameworks); net461</TargetFrameworks>
7+
<PublicSign>false</PublicSign>
68
</PropertyGroup>
79

810
<ItemGroup>

0 commit comments

Comments
 (0)