Skip to content

Commit

Permalink
Added flag to disable in proc node
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 28, 2024
1 parent 0102d40 commit f13f6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-script/build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ let initTargets (argv) =
Configuration = configuration
MSBuildParams =
{ opts.MSBuildParams with
Properties = [ "DefineConstants", compilationConstant ]
DisableInternalBinLog = true } })
DisableInternalBinLog = true
Properties = [ "DefineConstants", compilationConstant; "DisableInProcNode", "True" ] } })
NetStandardSolution)

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

0 comments on commit f13f6f5

Please sign in to comment.