Skip to content

Commit

Permalink
Fix build issues from ubuntu upgrade (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Feb 4, 2025
1 parent d6ccecb commit 1be6694
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ jobs:

- name: Dependencies
run: make cs_dependencies
env:
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: false

- name: Run Tests
run: |
make cs_test COV=true
mv csharp/Euler.Test/TestResults/*/coverage.cobertura.xml ./
env:
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: false

# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
Expand Down
4 changes: 0 additions & 4 deletions csharp/Euler.Test/Euler.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
<IsPackable>false</IsPackable>
</PropertyGroup>

<PropertyGroup>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

<PropertyGroup>
<DefineConstants>$(DefineConstants);RELEASE;TRACE</DefineConstants>
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 0 additions & 4 deletions csharp/Euler/Euler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

<PropertyGroup>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

</Project>

0 comments on commit 1be6694

Please sign in to comment.