dotnet-sdk: disable msbuild terminal logger

This fixes intermittent ArgumentOutOfRangeExceptions when building
certain packages (e.g. roslyn-ls).
This commit is contained in:
David McFarland 2024-08-21 11:38:32 -03:00
parent f098bd1f4c
commit 858f0456cf

View File

@ -1,5 +1,6 @@
# shellcheck shell=bash disable=SC2154
export MSBUILDALWAYSOVERWRITEREADONLYFILES=1
export MSBUILDTERMINALLOGGER=false
declare -Ag _nugetInputs