Skip to content

Commit

Permalink
Set process dotnet cli language to en-US
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-VBFK committed Jan 3, 2023
1 parent 482d5a0 commit 32a1a18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build/Build.cs
Expand Up @@ -140,6 +140,7 @@ class Build : NukeBuild
DotNetTest(s => s
.SetConfiguration("Debug")
.SetProcessEnvironmentVariable("DOTNET_CLI_UI_LANGUAGE", "en-us")
.EnableNoBuild()
.SetDataCollector("XPlat Code Coverage")
.SetResultsDirectory(TestResultsDirectory)
Expand Down Expand Up @@ -194,6 +195,7 @@ class Build : NukeBuild
DotNetTest(s => s
.SetConfiguration("Debug")
.SetProcessEnvironmentVariable("DOTNET_CLI_UI_LANGUAGE", "en-us")
.EnableNoBuild()
.SetDataCollector("XPlat Code Coverage")
.SetResultsDirectory(TestResultsDirectory)
Expand Down

0 comments on commit 32a1a18

Please sign in to comment.