From 9cb4219ba8cd91ff4d81565f326eef8528b9fab4 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 17 Jul 2024 21:53:50 +0000 Subject: [PATCH] Added DOTNET_SYSTEM_GLOBALIZATION_INVARIANT to CI environment --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index a543c08..72e67e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,7 @@ pipeline { # According to https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script#examples # and https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install curl -L -o- https://dot.net/v1/dotnet-install.sh | bash -s -- --channel 8.0 + echo \'DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1\' >> ~/.profile echo \'export DOTNET_ROOT=$HOME/.dotnet\' >> ~/.profile echo \'export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools\' >> ~/.profile # Installing Node Version Manager