diff options
Diffstat (limited to 'eclass/dotnet-pkg-base.eclass')
-rw-r--r-- | eclass/dotnet-pkg-base.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/dotnet-pkg-base.eclass b/eclass/dotnet-pkg-base.eclass index 8ec21c9a276c..d9abff3859f6 100644 --- a/eclass/dotnet-pkg-base.eclass +++ b/eclass/dotnet-pkg-base.eclass @@ -104,6 +104,9 @@ export POWERSHELL_UPDATECHECK=0 # Speeds up restore. Having this turned on is redundant with Portage manifests. # See also: https://github.com/NuGet/Home/issues/13062 export DOTNET_NUGET_SIGNATURE_VERIFICATION=false +# Disable the fancy terminal logger introduced in .NET 9.0. +# It messes up the Portage log file output. +export MSBUILDTERMINALLOGGER=off # Overwrite selected MSBuild properties ("-p:XYZ"). export UseSharedCompilation=false |