From 12d503e366847fa6090f5125952bad5393ac9075 Mon Sep 17 00:00:00 2001 From: Brett Truncali Date: Tue, 4 Feb 2025 09:51:05 -0700 Subject: [PATCH] ff --- scripts/build | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build b/scripts/build index 8c22253f..1af36622 100755 --- a/scripts/build +++ b/scripts/build @@ -3,7 +3,6 @@ set -e if ! command -v dotnet-format; then echo "Installing dotnet formatter..." - export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 dotnet tool install -g dotnet-format --version 4.0.0 fi