Skip to content

Commit

Permalink
Fixed build.fs liniting issue by running dotnet fantomas
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 28, 2024
1 parent 71be70b commit 0102d40
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build-script/build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,10 @@ let initTargets (argv) =
(fun opts ->
{ opts with
Configuration = configuration
MSBuildParams = { opts.MSBuildParams with
Properties = [ "DefineConstants", compilationConstant ]
DisableInternalBinLog = true } })
MSBuildParams =
{ opts.MSBuildParams with
Properties = [ "DefineConstants", compilationConstant ]
DisableInternalBinLog = true } })
NetStandardSolution)

Target.create "NetStandard - Unit Tests" (fun _ -> runStandardTests UnitTests |> ignore)
Expand Down

0 comments on commit 0102d40

Please sign in to comment.