Skip to content

Commit a6f1546

Browse files
committed
Enable DOTNET_NOLOGO
1 parent 90d5f91 commit a6f1546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fable.Daemon/MSBuild.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ let dotnet_msbuild_with_defines
2222
psi.RedirectStandardOutput <- true
2323
psi.RedirectStandardError <- true
2424
psi.UseShellExecute <- false
25+
psi.EnvironmentVariables.Add("DOTNET_NOLOGO","1")
2526

2627
if not (List.isEmpty defines) then
2728
let definesValue = defines |> String.concat ";"

0 commit comments

Comments
 (0)