We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d5f91 commit a6f1546Copy full SHA for a6f1546
Fable.Daemon/MSBuild.fs
@@ -22,6 +22,7 @@ let dotnet_msbuild_with_defines
22
psi.RedirectStandardOutput <- true
23
psi.RedirectStandardError <- true
24
psi.UseShellExecute <- false
25
+ psi.EnvironmentVariables.Add("DOTNET_NOLOGO","1")
26
27
if not (List.isEmpty defines) then
28
let definesValue = defines |> String.concat ";"
0 commit comments