We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca4844 commit 3089236Copy full SHA for 3089236
.github/workflows/autobuild.yml
@@ -29,6 +29,8 @@ jobs:
29
dotnet-version: 2.2.108
30
31
- name: Restore with .NET Core
32
+ env:
33
+ DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
34
run: dotnet restore
35
36
- name: Build using Mono
0 commit comments