We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51522cc commit eb8b9e6Copy full SHA for eb8b9e6
.github/workflows/dotnet.yml
@@ -288,6 +288,7 @@ jobs:
288
- name: Test
289
if: matrix.os == 'windows-latest' || matrix.os == 'macos-latest'
290
run: |
291
+ export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
292
cd tests/nuget_package
293
dotnet add nuget_package.csproj package ${{ env.NUGET_NAME }} --version ${{ needs.pack.outputs.NUGET_VERSION }}
294
0 commit comments