Honor UI language override in test runs
Also fix some incorrect unlocalized test expectations that slipped in.
This commit is contained in:
parent
60e2637143
commit
a1c423c0f6
6 changed files with 28 additions and 11 deletions
|
@ -28,6 +28,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
private IEnumerable<string> _environmentVariablesToKeep = new string []
|
||||
{
|
||||
"DOTNET_CLI_TELEMETRY_SESSIONID",
|
||||
"DOTNET_CLI_UI_LANGUAGE",
|
||||
"DOTNET_MULTILEVEL_LOOKUP",
|
||||
"DOTNET_RUNTIME_ID",
|
||||
"DOTNET_SKIP_FIRST_TIME_EXPERIENCE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue