From ed2a82613e1ef0579597036451ab87916e92537a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Tue, 29 Oct 2024 18:09:12 +0100 Subject: [PATCH] fix: Added `DOTNET_SYSTEM_GLOBALIZATION_INVARIANT` to `ENV` (#96) --- .github/workflows/cicd-dotnet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd-dotnet.yml b/.github/workflows/cicd-dotnet.yml index 1f23c14..db7e351 100644 --- a/.github/workflows/cicd-dotnet.yml +++ b/.github/workflows/cicd-dotnet.yml @@ -57,6 +57,7 @@ concurrency: cancel-in-progress: true env: + DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1 DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_NOLOGO: true