[macOS] Update DOTNET environment variables (#13380)

This commit is contained in:
Erik Bershel
2026-01-08 15:56:10 +01:00
committed by GitHub
parent a3ef6b2b8f
commit eec95bce78

View File

@@ -22,8 +22,9 @@ export PATH="/usr/local/opt/curl/bin:$PATH"
export PATH=$HOME/.cargo/bin:$PATH
export RCT_NO_LAUNCH_PACKAGER=1
export DOTNET_ROOT=$HOME/.dotnet
export DOTNET_MULTILEVEL_LOOKUP=0
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
export DOTNET_NOLOGO=1
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALL_CLEANUP=1