Skip to content

Commit

Permalink
Manually enable invariant globalization
Browse files Browse the repository at this point in the history
  • Loading branch information
notjagan committed Nov 9, 2023
1 parent f0052b8 commit 76e8213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def onerror(func, path, ex_info):
repo = Repo.clone_from(self.url, server_path, no_checkout=True)
repo.git.checkout(self.ref)
code = subprocess.call(
["dotnet", "msbuild", "/m", "/t:FullClean;Publish", "/Restore"],
["dotnet", "msbuild", "/m", "/t:FullClean;Publish", "/Restore", "/p:\"InvariantGlobalization=true\""],
cwd=server_path / "Vibrio"
)
if code != 0:
Expand Down

0 comments on commit 76e8213

Please sign in to comment.