Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More feedback addressing
  • Loading branch information
tarekgh authored and github-actions committed Oct 17, 2022
commit 8205afdde967541b16035678c213ee5de8e934aa
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void TestIcuAppLocal()
// the test has to start running first before filtering the test cases and the globalization
// code will run and fail fast at that time.

ProcessStartInfo psi = new ProcessStartInfo() { UseShellExecute = false };
ProcessStartInfo psi = new ProcessStartInfo();
psi.Environment.Add("DOTNET_SYSTEM_GLOBALIZATION_APPLOCALICU", "68.2.0.9");

RemoteExecutor.Invoke(() =>
Expand Down