Honor UI language override in test runs

Also fix some incorrect unlocalized test expectations that slipped in.
This commit is contained in:
Nick Guerrera 2017-07-18 08:34:08 -07:00
parent 60e2637143
commit a1c423c0f6
6 changed files with 28 additions and 11 deletions

View file

@ -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",