Skip to content

Commit

Permalink
disabled msbuild structuredlogger from build.fs file
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 28, 2024
1 parent beaf4f1 commit 71be70b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build-script/build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,9 @@ let initTargets (argv) =
(fun opts ->

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unmatched '('

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

View workflow job for this annotation

GitHub Actions / check (net6.0)

Unmatched '('

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unmatched '('

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

View workflow job for this annotation

GitHub Actions / check

Unmatched '('

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unmatched '('
{ opts with
Configuration = configuration
MSBuildParams = { opts.MSBuildParams with Properties = [ "DefineConstants", compilationConstant ] } })
MSBuildParams = { opts.MSBuildParams with

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unmatched '{'

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

View workflow job for this annotation

GitHub Actions / check (net6.0)

Unmatched '{'

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unmatched '{'

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

View workflow job for this annotation

GitHub Actions / check

Unmatched '{'

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unmatched '{'
Properties = [ "DefineConstants", compilationConstant ]

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unexpected syntax or possible incorrect indentation: this token is offside of context started at position (369:39). Try indenting this further.�To continue using non-conforming indentation, pass the '--strict-indentation-' flag to the compiler, or set the language version to F# 7.

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unexpected identifier in expression. Expected '}' or other token.

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

View workflow job for this annotation

GitHub Actions / check (net6.0)

Unexpected syntax or possible incorrect indentation: this token is offside of context started at position (369:39). Try indenting this further.�To continue using non-conforming indentation, pass the '--strict-indentation-' flag to the compiler, or set the language version to F# 7.

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

View workflow job for this annotation

GitHub Actions / check (net6.0)

Unexpected identifier in expression. Expected '}' or other token.

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unexpected syntax or possible incorrect indentation: this token is offside of context started at position (369:39). Try indenting this further.�To continue using non-conforming indentation, pass the '--strict-indentation-' flag to the compiler, or set the language version to F# 7.

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unexpected identifier in expression. Expected '}' or other token.

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

View workflow job for this annotation

GitHub Actions / check

Unexpected syntax or possible incorrect indentation: this token is offside of context started at position (369:39). Try indenting this further.�To continue using non-conforming indentation, pass the '--strict-indentation-' flag to the compiler, or set the language version to F# 7.

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

View workflow job for this annotation

GitHub Actions / check

Unexpected identifier in expression. Expected '}' or other token.

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unexpected syntax or possible incorrect indentation: this token is offside of context started at position (369:39). Try indenting this further.�To continue using non-conforming indentation, pass the '--strict-indentation-' flag to the compiler, or set the language version to F# 7.

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unexpected identifier in expression. Expected '}' or other token.
DisableInternalBinLog = true } })

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unexpected symbol '}' in expression. Expected incomplete structured construct at or before this point or other token.

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unexpected symbol '}' in lambda expression. Expected incomplete structured construct at or before this point or other token.

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

View workflow job for this annotation

GitHub Actions / check (net6.0)

Unexpected symbol '}' in expression. Expected incomplete structured construct at or before this point or other token.

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

View workflow job for this annotation

GitHub Actions / check (net6.0)

Unexpected symbol '}' in lambda expression. Expected incomplete structured construct at or before this point or other token.

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unexpected symbol '}' in expression. Expected incomplete structured construct at or before this point or other token.

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unexpected symbol '}' in lambda expression. Expected incomplete structured construct at or before this point or other token.

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

View workflow job for this annotation

GitHub Actions / check

Unexpected symbol '}' in expression. Expected incomplete structured construct at or before this point or other token.

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

View workflow job for this annotation

GitHub Actions / check

Unexpected symbol '}' in lambda expression. Expected incomplete structured construct at or before this point or other token.

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unexpected symbol '}' in expression. Expected incomplete structured construct at or before this point or other token.

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

View workflow job for this annotation

GitHub Actions / check (net7.0)

Unexpected symbol '}' in lambda expression. Expected incomplete structured construct at or before this point or other token.
NetStandardSolution)

Target.create "NetStandard - Unit Tests" (fun _ -> runStandardTests UnitTests |> ignore)
Expand Down
1 change: 0 additions & 1 deletion build-script/paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ nuget Fake.Core.Target
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.DotNet.Cli
nuget Fake.DotNet.Testing.XUnit2
nuget MSBuild.StructuredLogger 2.1.820
nuget Microsoft.Build 17.3.2
nuget Microsoft.Build.Tasks.Core 17.3.2

0 comments on commit 71be70b

Please sign in to comment.