mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
dotnet-sdk: disable msbuild terminal logger
This fixes intermittent ArgumentOutOfRangeExceptions when building certain packages (e.g. roslyn-ls).
This commit is contained in:
parent
f098bd1f4c
commit
858f0456cf
@ -1,5 +1,6 @@
|
||||
# shellcheck shell=bash disable=SC2154
|
||||
export MSBUILDALWAYSOVERWRITEREADONLYFILES=1
|
||||
export MSBUILDTERMINALLOGGER=false
|
||||
|
||||
declare -Ag _nugetInputs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user