Merge pull request #7036 from nguerrera/fix-local-tests

Fix test failures in local build due to environment variable filter
This commit is contained in:
Nick Guerrera 2017-06-29 16:47:20 -07:00 committed by GitHub
commit cad156947d
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ namespace Microsoft.DotNet.Cli.Build
private IEnumerable<string> _environmentVariablesToKeep = new string []
{
"DOTNET_CLI_TELEMETRY_SESSIONID",
"DOTNET_MULTILEVEL_LOOKUP",
"DOTNET_RUNTIME_ID",
"DOTNET_SKIP_FIRST_TIME_EXPERIENCE",
"NUGET_PACKAGES"