From f5096c4df0a1414c306d965d600270db2496b6e2 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Wed, 25 Dec 2024 20:10:18 -0600 Subject: [PATCH] Fix globalization invariant issue --- .github/workflows/workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 71d7211..8005b69 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -202,6 +202,8 @@ jobs: env: https_proxy: http://squid-proxy:3128 http_proxy: http://squid-proxy:3128 + DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: true + steps: - name: Checkout uses: actions/checkout@v3 @@ -218,7 +220,6 @@ jobs: source-url: https://api.nuget.org/v3/index.json env: NUGET_AUTH_TOKEN: NOTATOKEN - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: true - name: Verify dotnet run: __tests__/verify-dotnet.sh 3.1.201