We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611689a commit c4e2104Copy full SHA for c4e2104
WebSharper.Fake.fsx
@@ -365,6 +365,7 @@ let MakeTargets (args: Args) =
365
{ p with
366
Verbosity = Some (msbuildVerbosity o)
367
Properties = ["Configuration", string mode]
368
+ DisableInternalBinLog = true // workaround for https://github.com/fsharp/FAKE/issues/2515
369
}
370
Seq.iter build files
371
| Custom f -> f mode
0 commit comments