Skip to content

Commit c4e2104

Browse files
authored
Add workaround for MSBuild16.6 issue of FAKE
1 parent 611689a commit c4e2104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WebSharper.Fake.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ let MakeTargets (args: Args) =
365365
{ p with
366366
Verbosity = Some (msbuildVerbosity o)
367367
Properties = ["Configuration", string mode]
368+
DisableInternalBinLog = true // workaround for https://github.com/fsharp/FAKE/issues/2515
368369
}
369370
Seq.iter build files
370371
| Custom f -> f mode

0 commit comments

Comments
 (0)