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 5e3295d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-script/build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ let initTargets (argv) =
MSBuildParams =
{ opts.MSBuildParams with
Properties = [ "DefineConstants", compilationConstant ]
DisableInProcNode = true

Check failure on line 372 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net6.0)

The record type 'MSBuild.CliArguments' does not contain a label 'DisableInProcNode'.

Check failure on line 372 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check

The record type 'MSBuild.CliArguments' does not contain a label 'DisableInProcNode'.

Check failure on line 372 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net6.0)

The record type 'MSBuild.CliArguments' does not contain a label 'DisableInProcNode'.

Check failure on line 372 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net6.0)

The record type 'MSBuild.CliArguments' does not contain a label 'DisableInProcNode'.

Check failure on line 372 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net7.0)

The record type 'MSBuild.CliArguments' does not contain a label 'DisableInProcNode'.

Check failure on line 372 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net7.0)

The record type 'MSBuild.CliArguments' does not contain a label 'DisableInProcNode'.

Check failure on line 372 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net7.0)

The record type 'MSBuild.CliArguments' does not contain a label 'DisableInProcNode'.
DisableInternalBinLog = true } })
NetStandardSolution)

Expand Down

0 comments on commit 5e3295d

Please sign in to comment.