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