Skip to content

Commit 9599b26

Browse files
tmdsViktorHofer
andauthored
System.Formats.Cbor.Tests.DataModel: don't sign when DotNetBuildSourceOnly. (#111123)
Co-authored-by: Viktor Hofer <[email protected]>
1 parent 8258597 commit 9599b26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libraries/System.Formats.Cbor/tests/CborDocument/System.Formats.Cbor.Tests.DataModel.fsproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
55
<!-- NuGet restore issue with TargetFrameworks in f# projects: https://github.com/NuGet/Home/issues/10005 -->
66
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
7+
<!-- Public signing (performed under DotNetBuildSourceOnly) is broken for f#: https://github.com/dotnet/fsharp/issues/17451 -->
8+
<SignAssembly Condition="'$(DotNetBuildSourceOnly)' == 'true'">false</SignAssembly>
79
</PropertyGroup>
810

911
<ItemGroup>

0 commit comments

Comments
 (0)