Skip to content

Commit

Permalink
System.Formats.Cbor.Tests.DataModel: don't sign when DotNetBuildSourc…
Browse files Browse the repository at this point in the history
…eOnly. (#111123)

Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
  • Loading branch information
tmds and ViktorHofer authored Jan 16, 2025
1 parent 8258597 commit 9599b26
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<!-- NuGet restore issue with TargetFrameworks in f# projects: https://github.com/NuGet/Home/issues/10005 -->
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<!-- Public signing (performed under DotNetBuildSourceOnly) is broken for f#: https://github.com/dotnet/fsharp/issues/17451 -->
<SignAssembly Condition="'$(DotNetBuildSourceOnly)' == 'true'">false</SignAssembly>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9599b26

Please sign in to comment.