Skip to content

Commit

Permalink
unsupported log file format fix....
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Oct 21, 2024
1 parent 7440f53 commit 5b3147e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/PackageTasks.fs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ let pack = BuildTask.create "Pack" [clean; build; runTests] {
|> Seq.iter (Fake.DotNet.DotNet.pack (fun p ->
let msBuildParams =
{p.MSBuildParams with
DisableInternalBinLog = true
Properties = ([
"Version",stableVersionTag
"PackageReleaseNotes", (release.Notes |> List.map replaceCommitLink |> String.concat "\r\n" )
Expand Down

0 comments on commit 5b3147e

Please sign in to comment.