We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8258597 commit 9599b26Copy full SHA for 9599b26
src/libraries/System.Formats.Cbor/tests/CborDocument/System.Formats.Cbor.Tests.DataModel.fsproj
@@ -4,6 +4,8 @@
4
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
5
<!-- NuGet restore issue with TargetFrameworks in f# projects: https://github.com/NuGet/Home/issues/10005 -->
6
7
+ <!-- Public signing (performed under DotNetBuildSourceOnly) is broken for f#: https://github.com/dotnet/fsharp/issues/17451 -->
8
+ <SignAssembly Condition="'$(DotNetBuildSourceOnly)' == 'true'">false</SignAssembly>
9
</PropertyGroup>
10
11
<ItemGroup>
0 commit comments